Show / Hide Table of Contents

Class SummaryDisplayServiceClient

Inheritance
System.Object
AutomationServiceClientBase<ISummaryDisplayService>
AutomationServiceClientNoCallbackBase<SummaryDisplayServiceClient, ISummaryDisplayService>
SummaryDisplayServiceClient
Implements
IAutomationServiceMethodHandlers<ISummaryDisplayService>
System.IDisposable
ISummaryDisplayServiceClient
Inherited Members
AutomationServiceClientNoCallbackBase<SummaryDisplayServiceClient, ISummaryDisplayService>.Call(Action<ISummaryDisplayService>, Action, Action<Exception>)
AutomationServiceClientNoCallbackBase<SummaryDisplayServiceClient, ISummaryDisplayService>.Call<TResult>(Func<ISummaryDisplayService, TResult>, Action<TResult>, Action<Exception>)
AutomationServiceClientNoCallbackBase<SummaryDisplayServiceClient, ISummaryDisplayService>.CreateAutomationService()
AutomationServiceClientNoCallbackBase<SummaryDisplayServiceClient, ISummaryDisplayService>.GetAutomationService()
AutomationServiceClientBase<ISummaryDisplayService>.Call(Action<ISummaryDisplayService>, Action, Action<Exception>)
AutomationServiceClientBase<ISummaryDisplayService>.Call<TResult>(Func<ISummaryDisplayService, TResult>, Action<TResult>, Action<Exception>)
AutomationServiceClientBase<ISummaryDisplayService>.Dispose()
AutomationServiceClientBase<ISummaryDisplayService>.IsConnected()
AutomationServiceClientBase<ISummaryDisplayService>.Dispose(Boolean)
AutomationServiceClientBase<ISummaryDisplayService>.GetAutomationService()
AutomationServiceClientBase<ISummaryDisplayService>.OnDisposeManagedResources()
AutomationServiceClientBase<ISummaryDisplayService>.OnDisposeUnmanagedResources()
AutomationServiceClientBase<ISummaryDisplayService>.Finalize()
AutomationServiceClientBase<ISummaryDisplayService>.AutomationService
Namespace: MAT.Atlas.Automation.Client.Services
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public sealed class SummaryDisplayServiceClient : AutomationServiceClientNoCallbackBase<SummaryDisplayServiceClient, ISummaryDisplayService>, IAutomationServiceMethodHandlers<ISummaryDisplayService>, IDisposable, ISummaryDisplayServiceClient

Constructors

SummaryDisplayServiceClient()

Declaration
public SummaryDisplayServiceClient()

Methods

GetSnapShotFilePath(ObjectId)

Declaration
public string GetSnapShotFilePath(ObjectId displayId)
Parameters
Type Name Description
ObjectId displayId
Returns
Type Description
System.String

SetSnapshotFilePath(ObjectId, String)

Declaration
public void SetSnapshotFilePath(ObjectId displayId, string filePath)
Parameters
Type Name Description
ObjectId displayId
System.String filePath

SnapShot(ObjectId)

Declaration
public void SnapShot(ObjectId displayId)
Parameters
Type Name Description
ObjectId displayId

Implements

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