Udostępnij przez


MethodReturnMessageWrapper(IMethodReturnMessage) Konstruktor

Definicja

Opakowuje element w IMethodReturnMessage celu utworzenia elementu MethodReturnMessageWrapper.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

msg
IMethodReturnMessage

Komunikat, który działa jako wywołanie metody wychodzącej dla obiektu zdalnego.

Uwagi

Klasa MethodReturnMessageWrapper jest używana przez infrastrukturę komunikacji sieciowej .NET Framework. Nie musisz bezpośrednio tworzyć wystąpienia MethodReturnMessageWrapper klasy. Zamiast tego należy użyć interfejsu IMethodReturnMessage .

Dotyczy