Stop¶
-
void IAcquisition.Stop()¶
Stops the acquisition run and blocks until all samples are delivered to subscribers.
- Throws
CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException– Object is disposed.
- Remarks
Delivery of these final samples is done as quickly as possible, i.e. the configured OnNextInterval is ignored for the final OnNext() callback.