Click or drag to resize

IQueryExternalInterfaceMirrors Method

Returns all Mirrors of the specified ExternalInterface

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

Parameters

master  ExternalInterfaceType
The master.

Return Value

IEnumerableExternalInterfaceType
An enumeration of mirror ExternalInterface objects
See Also