SubscribeError¶
-
ISubscription IAcquisition.SubscribeError(AcquisitionErrorHandler handler)¶
Subscribes a callback to be executed when an error condition has occurred with this acquisition instance.
- Parameters
handler – Delegate to be invoked when error callback is received.
- Returns
ISubscription – An ISubscription for the callback.
- Throws
NullArgumentException
– Null reference was passed.