Click or drag to resize
AsyncCallCompletedEventArgs Properties

The AsyncCallCompletedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyByteResult
Gets Byte Result returned from the Asynchronous call
Public propertyCancelled
Gets a value indicating whether an asynchronous operation has been canceled.
(Inherited from AsyncCompletedEventArgs.)
Public propertyError
Gets Ids Exception.
Public propertyResult
Gets Result returned from the Asynchronous call
Public propertyUserState
Gets the unique identifier for the asynchronous task.
(Inherited from AsyncCompletedEventArgs.)
Top
See Also