Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AsyncResult::GetReplyMessage Method ()

 
Use BaseTrue

Gets the response message for the asynchronous call.

Namespace:   System.Runtime.Remoting.Messaging
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual IMessage^ GetReplyMessage()

Return Value

Type: System.Runtime.Remoting.Messaging::IMessage^

A remoting message that should represent a response to a method call on a remote object.

The GetReplyMessage method can return an object after the SyncProcessMessage method is called. The IMessage return value can be cast to an IMethodReturnMessage.

However, you do not need to call either of these methods directly. They are intended for use by the remoting infrastructure of the .NET Framework.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft