SubscribeConnection

ISubscription ISystem.SubscribeConnection(ConnectionHandler handler)

Subscribes a callback to be executed when the connection to a discovered top-controller (or one of its sub-controllers) is established.

Parameters

handler – Delegate to be invoked when connection is established.

Returns

ISubscription – An ISubscription for the callback.

Throws

NullArgumentException – Null reference was passed.