AsyncResult::GetReplyMessage Method ()
.NET Framework (current version)
Gets the response message for the asynchronous call.
Assembly: mscorlib (in mscorlib.dll)
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
Available since 1.1
Show: