Class UpdateLoopStatisticsServiceClient
Inheritance
System.Object
UpdateLoopStatisticsServiceClient
Implements
System.IDisposable
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public class UpdateLoopStatisticsServiceClient : AutomationServiceClientNoCallbackBase<UpdateLoopStatisticsServiceClient, IUpdateLoopStatisticsService>, IAutomationServiceMethodHandlers<IUpdateLoopStatisticsService>, IDisposable
Constructors
UpdateLoopStatisticsServiceClient()
Declaration
public UpdateLoopStatisticsServiceClient()
Methods
Get()
Declaration
public UpdateLoopStatistics Get()
Returns
PauseUpdateable(Guid)
Declaration
public void PauseUpdateable(Guid instanceId)
Parameters
Type |
Name |
Description |
System.Guid |
instanceId |
|
Reset()
Declaration
ResetAllUpdateables()
Declaration
public void ResetAllUpdateables()
ResetUpdateable(Guid)
Declaration
public void ResetUpdateable(Guid instanceId)
Parameters
Type |
Name |
Description |
System.Guid |
instanceId |
|
ResumeUpdateable(Guid)
Declaration
public void ResumeUpdateable(Guid instanceId)
Parameters
Type |
Name |
Description |
System.Guid |
instanceId |
|
StepUpdateable(Guid)
Declaration
public void StepUpdateable(Guid instanceId)
Parameters
Type |
Name |
Description |
System.Guid |
instanceId |
|
Implements
System.IDisposable