Class SetServiceClient
Inheritance
System.Object
SetServiceClient
Implements
System.IDisposable
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public sealed class SetServiceClient : AutomationServiceClientNoCallbackBase<SetServiceClient, ISetService>, IAutomationServiceMethodHandlers<ISetService>, IDisposable, ISetServiceClient
Constructors
SetServiceClient()
Declaration
public SetServiceClient()
Methods
GetCompositeSessions(ObjectId)
Declaration
public CompositeSession[] GetCompositeSessions(ObjectId setId)
Parameters
Returns
GetPrimarySession(ObjectId)
Declaration
public CompositeSession GetPrimarySession(ObjectId setId)
Parameters
Returns
GetSet(ObjectId)
Declaration
public Set GetSet(ObjectId setId)
Parameters
Returns
RemoveSet(ObjectId)
Declaration
public void RemoveSet(ObjectId setId)
Parameters
RenameSet(ObjectId, String)
Declaration
public void RenameSet(ObjectId setId, string name)
Parameters
Type |
Name |
Description |
ObjectId |
setId |
|
System.String |
name |
|
Implements
System.IDisposable