MethodReturnMessageWrapper(IMethodReturnMessage) 构造函数

定义

包装要IMethodReturnMessage创建 .MethodReturnMessageWrapper

此 API 支持产品基础结构,不能在代码中直接使用。

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)

参数

msg
IMethodReturnMessage

充当远程对象的传出方法调用的消息。

注解

.NET框架的远程处理基础结构使用 MethodReturnMessageWrapper 类。 无需直接创建类的 MethodReturnMessageWrapper 实例;而是使用 IMethodReturnMessage 接口。

适用于