NIRfsa Namespace

Table of Contents

RfsaDriverOperation.SynchronizeCallbacks Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsaDriverOperation.SynchronizeCallbacks Property

RfsaDriverOperationSynchronizeCallbacks Property

Gets or sets a value indicating whether events and callback delegates are invoked.

Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025

Syntax

public bool SynchronizeCallbacks { get; set; }
Public Property SynchronizeCallbacks As Boolean
	Get
	Set

Property Value

Boolean
if events and callbacks are invoked through the Send(SendOrPostCallback, Object) or Post(SendOrPostCallback, Object) methods; otherwise, events and callbacks are invoked directly. The default value is .

Implements

ISupportSynchronizationContextSynchronizeCallbacks

Exceptions

ExceptionCondition
ObjectDisposedException The SynchronizeCallbacks property was accessed after the associated NIRfsa object was disposed.

See Also

Log in to get a better experience