Class AutomationServiceClientWithCallbackBase<TAutomationService, TAutomationCallbackService>
Inheritance
System.Object
AutomationServiceClientBase<TAutomationService>
AutomationServiceClientWithCallbackBase<TAutomationService, TAutomationCallbackService>
Inherited Members
Namespace: MAT.Atlas.Automation.Client.Services
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public abstract class AutomationServiceClientWithCallbackBase<TAutomationService, TAutomationCallbackService> : AutomationServiceClientBase<TAutomationService>, IAutomationServiceMethodHandlers<TAutomationService>, IDisposable where TAutomationService : class
Type Parameters
| Name | Description |
|---|---|
| TAutomationService | |
| TAutomationCallbackService |
Constructors
AutomationServiceClientWithCallbackBase()
Declaration
protected AutomationServiceClientWithCallbackBase()
Methods
GetAutomationCallbackService()
Declaration
protected abstract TAutomationCallbackService GetAutomationCallbackService()
Returns
| Type | Description |
|---|---|
| TAutomationCallbackService |
GetAutomationService()
Declaration
protected override TAutomationService GetAutomationService()
Returns
| Type | Description |
|---|---|
| TAutomationService |
Overrides
MAT.Atlas.Automation.Client.Services.AutomationServiceClientBase<TAutomationService>.GetAutomationService()
Implements
System.IDisposable