Click or drag to resize

QueryServiceExternalInterfaceMirrors Method

Returns all Mirrors of the specified ExternalInterface

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<ExternalInterfaceType> ExternalInterfaceMirrors(
	ExternalInterfaceType master
)

Parameters

master  ExternalInterfaceType
The master.

Return Value

IEnumerableExternalInterfaceType
An enumeration of mirror ExternalInterface objects

Implements

IQueryExternalInterfaceMirrors(ExternalInterfaceType)
Exceptions
ExceptionCondition
ArgumentNullException
See Also