Show / Hide Table of Contents

Class RecorderServiceClient

Inheritance
System.Object
AutomationServiceClientBase<IRecorderService>
AutomationServiceClientNoCallbackBase<RecorderServiceClient, IRecorderService>
RecorderServiceClient
Implements
IAutomationServiceMethodHandlers<IRecorderService>
System.IDisposable
IRecorderServiceClient
Inherited Members
AutomationServiceClientNoCallbackBase<RecorderServiceClient, IRecorderService>.Call(Action<IRecorderService>, Action, Action<Exception>)
AutomationServiceClientNoCallbackBase<RecorderServiceClient, IRecorderService>.Call<TResult>(Func<IRecorderService, TResult>, Action<TResult>, Action<Exception>)
AutomationServiceClientNoCallbackBase<RecorderServiceClient, IRecorderService>.CreateAutomationService()
AutomationServiceClientNoCallbackBase<RecorderServiceClient, IRecorderService>.GetAutomationService()
AutomationServiceClientBase<IRecorderService>.Call(Action<IRecorderService>, Action, Action<Exception>)
AutomationServiceClientBase<IRecorderService>.Call<TResult>(Func<IRecorderService, TResult>, Action<TResult>, Action<Exception>)
AutomationServiceClientBase<IRecorderService>.Dispose()
AutomationServiceClientBase<IRecorderService>.IsConnected()
AutomationServiceClientBase<IRecorderService>.Dispose(Boolean)
AutomationServiceClientBase<IRecorderService>.GetAutomationService()
AutomationServiceClientBase<IRecorderService>.OnDisposeManagedResources()
AutomationServiceClientBase<IRecorderService>.OnDisposeUnmanagedResources()
AutomationServiceClientBase<IRecorderService>.Finalize()
AutomationServiceClientBase<IRecorderService>.AutomationService
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

IAutomationServiceMethodHandlers<TAutomationService>
System.IDisposable
IRecorderServiceClient
In This Article
Back to top Generated by DocFX