Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The AsyncResultBase type exposes the following members.

Constructors

  NameDescription
Public methodAsyncResultBase
Initializes a new instance of the AsyncResultBase class.

Methods

  NameDescription
Public methodDispose()()()()
Frees any unmanaged resources.
Protected methodDispose(Boolean)
An overrideable version of the Dispose.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
The finializer implementation.
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOperationCompleted
Called to invoke the callback after the asynchronous operation completes.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWaitForComplete()()()()
Waits for the operation to complete.
Public methodStatic memberWaitForComplete(IAsyncResult)
Waits for the operation to complete.

Properties

  NameDescription
Public propertyAsyncState
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
Public propertyAsyncWaitHandle
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
Public propertyCompletedSynchronously
Gets a value that indicates whether the asynchronous operation completed synchronously.
Public propertyInnerResult
An object used to synchronize access to the result object.
Public propertyIsCompleted
Gets a value that indicates whether the asynchronous operation has completed.
Public propertyLock
An object used to synchronize access to the result object.

See Also