SubscribeComplete¶
-
ISubscription IAcquisition.SubscribeComplete(AcquisitionCompleteHandler handler)¶
Subscribes a callback to be executed when the acquisition is complete, i.e. at the end of the acquisition stream.
- Parameters
handler – Delegate to be invoked when complete callback is received.
- Returns
ISubscription – An ISubscription for the callback.
- Throws
NullArgumentException
– Null reference was passed.