 | QueryServiceExternalInterfaceMirrors Method |
Returns all Mirrors of the specified ExternalInterface
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<ExternalInterfaceType> ExternalInterfaceMirrors(
ExternalInterfaceType master
)
Public Function ExternalInterfaceMirrors (
master As ExternalInterfaceType
) As IEnumerable(Of ExternalInterfaceType)
public:
virtual IEnumerable<ExternalInterfaceType^>^ ExternalInterfaceMirrors(
ExternalInterfaceType^ master
) sealed
Parameters
- master ExternalInterfaceType
- The master.
Return Value
IEnumerableExternalInterfaceType
An enumeration of mirror ExternalInterface objects
Implements
IQueryExternalInterfaceMirrors(ExternalInterfaceType)
Exceptions
See Also