Click or drag to resize

AsyncResultT Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The AsyncResultT generic type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBegin
Called at the beginning of a synchronous or asynchronous operation. This method will also construct an AsyncResult object from the arguments provided and return it.
Public methodEndSynchronous
Called at the end of synchronous processing for the operation. If the operation is complete, ie SetResult has been called, then the operation was synchronous. Otherwise, the operation will be completed asynchronously.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetException
Sets an exception result for this Asynchronous operation. If a result has already been set this function will re-throw an AsyncException.
Public methodSetResult
Sets the result of the operation and calls the operation's callback.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also