Show / Hide Table of Contents

Interface ISetServiceClient

Namespace: MAT.Atlas.Automation.Client.Services.Interface
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public interface ISetServiceClient

Methods

GetCompositeSessions(ObjectId)

Declaration
CompositeSession[] GetCompositeSessions(ObjectId setId)
Parameters
Type Name Description
ObjectId setId
Returns
Type Description
CompositeSession[]

GetPrimarySession(ObjectId)

Declaration
CompositeSession GetPrimarySession(ObjectId setId)
Parameters
Type Name Description
ObjectId setId
Returns
Type Description
CompositeSession

GetSet(ObjectId)

Declaration
Set GetSet(ObjectId setId)
Parameters
Type Name Description
ObjectId setId
Returns
Type Description
Set

RemoveSet(ObjectId)

Declaration
void RemoveSet(ObjectId setId)
Parameters
Type Name Description
ObjectId setId

RenameSet(ObjectId, String)

Declaration
void RenameSet(ObjectId setId, string name)
Parameters
Type Name Description
ObjectId setId
System.String name
In This Article
Back to top Generated by DocFX