Keysight VISA.NET Help
VisaAsyncCallback Delegate



The VISA asynchronous results for the asynchronous I/O method that is calling the callback method.
The delegate for an asynchronous I/O callback argument use in the BeginRead() or BeginWrite() method calls.
Syntax
'Declaration
 
Public Delegate Sub VisaAsyncCallback( _
   ByVal result As IVisaAsyncResult _
) 
'Usage
 
Dim instance As New VisaAsyncCallback(AddressOf HandlerMethod)
public delegate void VisaAsyncCallback( 
   IVisaAsyncResult result
)
public delegate void VisaAsyncCallback( 
   IVisaAsyncResult^ result
)

Parameters

result
The VISA asynchronous results for the asynchronous I/O method that is calling the callback method.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

Reference

VisaAsyncCallback Members
Ivi.Visa Namespace

 

 


© Keysight Technologies 2015-2025