 | QueryServiceIsMaster(ExternalInterfaceType) Method |
Determines whether the specified ExternalInterface is referenced by other ExternalInterface
objects called 'Mirrors'.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool IsMaster(
ExternalInterfaceType element
)
Public Function IsMaster (
element As ExternalInterfaceType
) As Boolean
public:
virtual bool IsMaster(
ExternalInterfaceType^ element
) sealed
Parameters
- element ExternalInterfaceType
- The element.
Return Value
Booleantrue if the specified element is a 'Master'-ExternalInterface; otherwise,
false.
Implements
IQueryIsMaster(ExternalInterfaceType)
See Also