AsyncResult Properties
.NET Framework (current version)
Namespace:
System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)
| 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:
