ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgDriverOperation.SynchronizeCallbacks Property

  • Updated2024-05-08
  • 1 minute(s) read
RfsgDriverOperation.SynchronizeCallbacks Property

RfsgDriverOperationSynchronizeCallbacks Property

Gets or sets how events and callback delegates are invoked.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

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

Property Value

Type: Boolean
if 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

ISupportSynchronizationContextSynchronizeCallbacks

Exceptions

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

See Also

Log in to get a better experience