SubscribeStateChange

ISubscription ITopController.SubscribeStateChange(TopControllerStateChangeHandler handler)

Registers a callback that is called when the top-controller state changes.

Parameters

handler – Delegate to be invoked when the top-controller state changes.

Returns

ISubscription – An ISubscription for the callback.

Throws
Remarks

Execution does not require a subscription resource.