System.Runtime.Remoting.Messaging.AsyncResult: Method Members

The methods of System.Runtime.Remoting.Messaging.AsyncResult are listed below. For a list of all members, see the AsyncResult Members list.

See Also: Inherited members from System.Object

Public Methods

AsyncProcessMessage(IMessage, IMessageSink) : IMessageCtrl

Implements the System.Runtime.Remoting.Messaging.IMessageSink interface.

GetReplyMessage() : IMessage

Gets the response message for the asynchronous call.

SetMessageCtrl(IMessageCtrl)

Sets an System.Runtime.Remoting.Messaging.IMessageCtrl for the current remote method call, which provides a way to control asynchronous messages after they have been dispatched.

SyncProcessMessage(IMessage) : IMessage

Synchronously processes a response message returned by a method call on a remote object.