Show / Hide Table of Contents

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
In This Article
Back to top Generated by DocFX