Keysight VISA.NET Help
SynchronizeCallbacks Property (IVisaSession)



Specifies whether callbacks must be performed in a specific synchronization context. If false, the implementation is allowed to execute callbacks in any context. The default value is true.
Syntax
'Declaration
 
Property SynchronizeCallbacks As Boolean
'Usage
 
Dim instance As IVisaSession
Dim value As Boolean
 
instance.SynchronizeCallbacks = value
 
value = instance.SynchronizeCallbacks
bool SynchronizeCallbacks {get; set;}
property bool SynchronizeCallbacks {
   bool get();
   void set (    bool value);
}
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025