SynchronizeCallbacks
- Updated2026-02-03
- 1 minute(s) read
Specifies how events and callback delegates are invoked.
Syntax
Namespace: NationalInstruments.DAQmx
public bool SynchronizeCallbacks { get; set; }
Remarks
In some cases, callbacks and event handlers are executed in a different thread than the rest of the program. Therefore, you must take special care when accessing objects that have thread affinity, such as UI controls, from these callbacks and event handlers. For more information, refer to Events, Callbacks, and Thread Safety in Measurement Studio .NET Class Libraries.
Reading and Writing with NI-DAQmx Streams