Show / Hide Table of Contents

Interface IRecorderService

Namespace: MAT.Atlas.Automation.Api
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
[AutomationService("Recorder")]
public interface IRecorderService : IAutomationService

Methods

GetRecorder(ObjectId)

Declaration
Recorder GetRecorder(ObjectId recorderId)
Parameters
Type Name Description
ObjectId recorderId
Returns
Type Description
Recorder

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
In This Article
Back to top Generated by DocFX