AcqCompleteHandler<T>

delegate void AcqCompleteHandler<T>(T sink)

Represents the method that is called when all samples have been received.

Template Parameters

T – The type of the acquisition sink.

Parameters

sink – Acquisition sink for which all samples have been received.