SubscribeComplete

ISubscription IUpdatable.SubscribeComplete(UpdatableCompleteHandler handler)

Subscribes a callback to be executed when a transfer completes.

Parameters

handler – Delegate to be invoked.

Returns

ISubscription – An ISubscription for the callback.

Throws