RfsgDriverOperation.SynchronizeCallbacks Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets or sets how events and callback delegates are invoked.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public bool SynchronizeCallbacks { get; set; }
Public Property SynchronizeCallbacks As Boolean Get Set
Property Value
Booleanif events and callbacks are invoked through the Send(SendOrPostCallback, Object) or Post(SendOrPostCallback, Object); otherwise, events and callbacks are invoked directly.
The default value is .
Implements
ISupportSynchronizationContextSynchronizeCallbacksExceptions
Exception | Condition |
---|---|
ObjectDisposedException | The SynchronizeCallbacks property was accessed after the associated NIRfsg object was disposed. |