Specifies whether callbacks must be performed in a specific synchronization context.

Syntax

Namespace: NationalInstruments.Visa

public bool SynchronizeCallbacks { get; set; }

Returns

If true, the implementation will execute callbacks in a specific synchronization context. If false, the implementation is allowed to execute callbacks in any context. The default value is true.