Class RecorderServiceClient
Inheritance
System.Object
RecorderServiceClient
Implements
System.IDisposable
Inherited Members
Namespace: MAT.Atlas.Automation.Client.Services
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public sealed class RecorderServiceClient : AutomationServiceClientNoCallbackBase<RecorderServiceClient, IRecorderService>, IAutomationServiceMethodHandlers<IRecorderService>, IDisposable, IRecorderServiceClient
Constructors
RecorderServiceClient()
Declaration
public RecorderServiceClient()
Methods
GetRecorder(ObjectId)
Declaration
public Recorder GetRecorder(ObjectId recorderId)
Parameters
| Type | Name | Description |
|---|---|---|
| ObjectId | recorderId |
Returns
| Type | Description |
|---|---|
| Recorder |
StartRecorder(ObjectId)
Declaration
public void StartRecorder(ObjectId recorderId)
Parameters
| Type | Name | Description |
|---|---|---|
| ObjectId | recorderId |
StopRecorder(ObjectId)
Declaration
public void StopRecorder(ObjectId recorderId)
Parameters
| Type | Name | Description |
|---|---|---|
| ObjectId | recorderId |
Implements
System.IDisposable