Show / Hide Table of Contents

Interface IAutomationServicesRegistry

Namespace: MAT.Atlas.Automation.Api
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IAutomationServicesRegistry

Methods

TryGet(Type, out IAutomationServices)

Declaration
bool TryGet(Type serviceType, out IAutomationServices automationService)
Parameters
Type Name Description
System.Type serviceType
IAutomationServices automationService
Returns
Type Description
System.Boolean

TryRegister(Type, IAutomationServices)

Declaration
bool TryRegister(Type type, IAutomationServices service)
Parameters
Type Name Description
System.Type type
IAutomationServices service
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX