Sdílet prostřednictvím


MethodReturnMessageWrapper(IMethodReturnMessage) Konstruktor

Definice

Zalomí objekt IMethodReturnMessage a vytvoří MethodReturnMessageWrapper.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Zpráva, která funguje jako volání odchozí metody na vzdáleném objektu.

Poznámky

Třída MethodReturnMessageWrapper je používána infrastrukturou vzdálené komunikace rozhraní .NET Framework. Instanci třídy nemusíte vytvářet MethodReturnMessageWrapper přímo; místo toho použijte IMethodReturnMessage rozhraní.

Platí pro