Class AutomationClient
Inheritance
System.Object
AutomationClient
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public static class AutomationClient : Object
Methods
AbortChannel(IAutomationService)
Declaration
public static void AbortChannel(IAutomationService automationService)
Parameters
CloseChannel(IAutomationService)
Declaration
public static void CloseChannel(IAutomationService automationService)
Parameters
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 |
|