Show / Hide Table of Contents

Class AutomationClient

Inheritance
System.Object
AutomationClient
Namespace: MAT.Atlas.Automation.Client
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public static class AutomationClient : Object

Methods

AbortChannel(IAutomationService)

Declaration
public static void AbortChannel(IAutomationService automationService)
Parameters
Type Name Description
IAutomationService automationService

CloseChannel(IAutomationService)

Declaration
public static void CloseChannel(IAutomationService automationService)
Parameters
Type Name Description
IAutomationService automationService

Connect<TAutomationService>()

Declaration
public static TAutomationService Connect<TAutomationService>()
Returns
Type Description
TAutomationService
Type Parameters
Name Description
TAutomationService

Connect<TAutomationService, TCallbackService>(TCallbackService)

Declaration
public static TAutomationService Connect<TAutomationService, TCallbackService>(TCallbackService callback)
Parameters
Type Name Description
TCallbackService callback
Returns
Type Description
TAutomationService
Type Parameters
Name Description
TAutomationService
TCallbackService
In This Article
Back to top Generated by DocFX