MethodReturnMessageWrapper(IMethodReturnMessage) Constructor

Definition

Wraps an IMethodReturnMessage to create a MethodReturnMessageWrapper.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 MethodReturnMessageWrapper(System::Runtime::Remoting::Messaging::IMethodReturnMessage ^ msg);
public MethodReturnMessageWrapper (System.Runtime.Remoting.Messaging.IMethodReturnMessage msg);
new System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper : System.Runtime.Remoting.Messaging.IMethodReturnMessage -> System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper
Public Sub New (msg As IMethodReturnMessage)

Parameters

msg
IMethodReturnMessage

A message that acts as an outgoing method call on a remote object.

Remarks

The MethodReturnMessageWrapper class is used by the remoting infrastructure of the .NET Framework. You do not need to create an instance of the MethodReturnMessageWrapper class directly; instead, use the IMethodReturnMessage interface.

Applies to