Show / Hide Table of Contents

Class NumericDisplayServiceClient

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

Constructors

NumericDisplayServiceClient()

Declaration
public NumericDisplayServiceClient()

Methods

GetNumericDisplayParameters(ObjectId)

Declaration
public NumericDisplayParameter[] GetNumericDisplayParameters(ObjectId displayId)
Parameters
Type Name Description
ObjectId displayId
Returns
Type Description
NumericDisplayParameter[]

Implements

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