Show / Hide Table of Contents

Class WaveformDisplayServiceClient

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

Constructors

WaveformDisplayServiceClient()

Declaration
public WaveformDisplayServiceClient()

Methods

GetWaveformDisplayParameters(ObjectId)

Declaration
public WaveformDisplayParameter[] GetWaveformDisplayParameters(ObjectId displayId)
Parameters
Type Name Description
ObjectId displayId
Returns
Type Description
WaveformDisplayParameter[]

Implements

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