NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerMeasurement.SynchronizeCallbacks Property

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerMeasurement.SynchronizeCallbacks Property

DCPowerMeasurementSynchronizeCallbacks Property

Gets or sets how events and callback delegates are invoked.

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

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) methods; otherwise, events and callbacks are invoked directly.

The default value is .

Implements

ISupportSynchronizationContextSynchronizeCallbacks

See Also

Log in to get a better experience