SubscribeComplete

virtual PSubscription IUpdatable::SubscribeComplete(UpdatableCompleteHandler handler) = 0

Subscribes a callback to be executed when a transfer completes.

Parameters

handler – Function to be called.

Returns

PSubscription – An ISubscription for the callback.

Throws