AdministeredExporters

Syntax

<Path>.AdministeredExporters → array

The read-only attribute AdministeredExporters returns all Exporters/Workers, which are registered with the Broker designated by <Path>.

The array does not contain all Exporters/Workers that may be reached via the Broker-hierarchy, but only those that are registered directly with the Broker.

Return Value

The return value has the data type array.

Example

print MyBroker.AdministeredExporters
var t :object[] := MyBroker.AdministeredExporters

Related Topic

Exporters