Interface IRecorderServiceClient
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public interface IRecorderServiceClient
Methods
GetRecorder(ObjectId)
Declaration
Recorder GetRecorder(ObjectId recorderId)
Parameters
Type |
Name |
Description |
ObjectId |
recorderId |
|
Returns
StartRecorder(ObjectId)
Declaration
void StartRecorder(ObjectId recorderId)
Parameters
Type |
Name |
Description |
ObjectId |
recorderId |
|
StopRecorder(ObjectId)
Declaration
void StopRecorder(ObjectId recorderId)
Parameters
Type |
Name |
Description |
ObjectId |
recorderId |
|