Class SummaryDisplayServiceClient
Inheritance
System.Object
SummaryDisplayServiceClient
Implements
System.IDisposable
Inherited Members
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
System.IDisposable