SynchronizeCallbacks
- Updated2025-10-06
- 1 minute(s) read
Gets or sets how events and callback delegates are invoked.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public bool SynchronizeCallbacks { get; set; }
Remarks
true if events and callbacks are invoked through the System.Threading.SynchronizationContext.Send or System.Threading.SynchronizationContext.Post methods; otherwise, events and callbacks are invoked directly.
The default value is true.