MethodReturnMessageWrapper(IMethodReturnMessage) Oluşturucu

Tanım

IMethodReturnMessageBir oluşturmak için bir sarar MethodReturnMessageWrapper .

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 bir nesne üzerinde giden Yöntem çağrısı görevi gören bir ileti.

Açıklamalar

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

Şunlara uygulanır