This documentation is archived and is not being maintained.
AsyncResult Properties
Visual Studio 2010
The AsyncResult type exposes the following members.
| Name | Description | |
|---|---|---|
|
AsyncDelegate | Gets the delegate object on which the asynchronous call was invoked. |
|
AsyncState | Gets the object provided as the last parameter of a BeginInvoke method call. |
|
AsyncWaitHandle | Gets a WaitHandle that encapsulates Win32 synchronization handles, and allows the implementation of various synchronization schemes. |
|
CompletedSynchronously | Gets a value indicating whether the BeginInvoke call completed synchronously. |
|
EndInvokeCalled | Gets or sets a value indicating whether EndInvoke has been called on the current AsyncResult. |
|
IsCompleted | Gets a value indicating whether the server has completed the call. |
|
NextSink | Gets the next message sink in the sink chain. |
Show: