Interface ISetServiceClient
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public interface ISetServiceClient
Methods
GetCompositeSessions(ObjectId)
Declaration
CompositeSession[] GetCompositeSessions(ObjectId setId)
Parameters
Returns
GetPrimarySession(ObjectId)
Declaration
CompositeSession GetPrimarySession(ObjectId setId)
Parameters
Returns
GetSet(ObjectId)
Declaration
Set GetSet(ObjectId setId)
Parameters
Returns
RemoveSet(ObjectId)
Declaration
void RemoveSet(ObjectId setId)
Parameters
RenameSet(ObjectId, String)
Declaration
void RenameSet(ObjectId setId, string name)
Parameters
Type |
Name |
Description |
ObjectId |
setId |
|
System.String |
name |
|