| Ivi.Visa Namespace : IVisaAsyncResult Interface |
For a list of all members of this type, see IVisaAsyncResult members.
| Name | Description | |
|---|---|---|
![]() | AsyncState | (Inherited from System.IAsyncResult) |
![]() | AsyncWaitHandle | (Inherited from System.IAsyncResult) |
![]() | Buffer | For asynchronous write operations, the data buffer that contains the data to be written to the device. For asynchronous read operations, the content of the buffer is unspecified until the operation is complete (that is, after the call to EndRead has completed successfully. If the asynchronous operation was initiated with a user created buffer, this is that buffer. |
![]() | CompletedSynchronously | (Inherited from System.IAsyncResult) |
![]() | Count | Before the associated asynchronous operation has been completed by executing EndRead or EndWrite, the value of this property is undefined. After the associated asynchronous operation has been completed by executing EndRead or EndWrite, the value of this property is the actual number of bytes written (for a write operation) or the actual number of bytes read (for a read operation). |
![]() | Index | The value of the index argument for the method call that created this VISA asynchronous results object. If the method did not include an index, then 0. |
![]() | IsAborted | If true, the asynchronous I/O operation was aborted by a call to AbortRead() or AbortWrite(). |
![]() | IsCompleted | (Inherited from System.IAsyncResult) |