| AsyncCallCompletedEventArgs Properties |
The AsyncCallCompletedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ByteResult |
Gets Byte Result returned from the Asynchronous call
| |
| Cancelled | Gets a value indicating whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.) | |
| Error |
Gets Ids Exception.
| |
| Result |
Gets Result returned from the Asynchronous call
| |
| UserState | Gets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.) |