SubscribeComplete

virtual PSubscription IAcquisition::SubscribeComplete(AcquisitionCompleteHandler handler) = 0

Subscribes a callback to be executed when the acquisition is complete, i.e. at the end of the acquisition stream.

Parameters

handler – Function to be called when complete callback is received.

Returns

PSubscription – An ISubscription for the callback.

Throws

CInvalidArgumentException – Empty callback handler specified.