Interface IAutomationServiceProvider<TAutomationServiceInterface>
Namespace: MAT.Atlas.Automation.Api
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IAutomationServiceProvider<TAutomationServiceInterface>
where TAutomationServiceInterface : IAutomationService
Type Parameters
Name | Description |
---|---|
TAutomationServiceInterface |
Methods
GetImplementation()
Declaration
TAutomationServiceInterface GetImplementation()
Returns
Type | Description |
---|---|
TAutomationServiceInterface |