The members of System.Runtime.Remoting.Messaging.AsyncResult are listed below.
See Also: Inherited members from System.Object
[read-only] | AsyncDelegate | object.
Gets the delegate object on which the asynchronous call was invoked. |
[read-only] | AsyncState | object.
Gets the object provided as the last parameter of a BeginInvoke method call. |
[read-only] | AsyncWaitHandle | System.Threading.WaitHandle.
Gets a System.Threading.WaitHandle that encapsulates Win32 synchronization handles, and allows the implementation of various synchronization schemes. |
[read-only] | CompletedSynchronously | bool.
Gets a value indicating whether the BeginInvoke call completed synchronously. |
EndInvokeCalled | bool.
Gets or sets a value indicating whether EndInvoke has been called on the current System.Runtime.Remoting.Messaging.AsyncResult. | |
[read-only] | IsCompleted | bool.
Gets a value indicating whether the server has completed the call. |
[read-only] | NextSink | IMessageSink.
Gets the next message sink in the sink chain. |
AsyncProcessMessage(IMessage, IMessageSink)
| ||
GetReplyMessage()
| ||
SetMessageCtrl(IMessageCtrl)
| ||
SyncProcessMessage(IMessage)
|