MethodReturnMessageWrapper(IMethodReturnMessage) Oluşturucu

Tanım

oluşturmak için bir IMethodReturnMessageMethodReturnMessageWrappersarmalar.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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)

Parametreler

msg
IMethodReturnMessage

Uzak nesnede giden yöntem çağrısı işlevi gören bir ileti.

Açıklamalar

MethodReturnMessageWrapper sınıfı, .NET Framework uzaktan iletişim altyapısı tarafından kullanılır. Doğrudan sınıfının bir örneğini MethodReturnMessageWrapper oluşturmanız gerekmez; bunun yerine arabirimini IMethodReturnMessage kullanın.

Şunlara uygulanır