Click or drag to resize

QueryServiceIsMaster(ExternalInterfaceType) Method

Determines whether the specified ExternalInterface is referenced by other ExternalInterface objects called 'Mirrors'.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool IsMaster(
	ExternalInterfaceType element
)

Parameters

element  ExternalInterfaceType
The element.

Return Value

Boolean
true if the specified element is a 'Master'-ExternalInterface; otherwise, false.

Implements

IQueryIsMaster(ExternalInterfaceType)
See Also