Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The AsyncResultBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AsyncResultBase |
Initializes a new instance of the AsyncResultBase class.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose()()()() |
Frees any unmanaged resources.
| |
| Dispose(Boolean) |
An overrideable version of the Dispose.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
The finializer implementation.
(Overrides Object..::..Finalize()()()().) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OperationCompleted |
Called to invoke the callback after the asynchronous operation completes.
| |
| ToString | (Inherited from Object.) | |
| WaitForComplete()()()() |
Waits for the operation to complete.
| |
| WaitForComplete(IAsyncResult) |
Waits for the operation to complete.
|
Properties
| Name | Description | |
|---|---|---|
| AsyncState |
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
| |
| AsyncWaitHandle |
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
| |
| CompletedSynchronously |
Gets a value that indicates whether the asynchronous operation completed synchronously.
| |
| InnerResult |
An object used to synchronize access to the result object.
| |
| IsCompleted |
Gets a value that indicates whether the asynchronous operation has completed.
| |
| Lock |
An object used to synchronize access to the result object.
|