MethodReturnMessageWrapper(IMethodReturnMessage) Konstruktor

Definice

Zabalí k IMethodReturnMessage vytvoření objektu 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 odchozí volání metody na vzdáleném objektu.

Poznámky

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

Platí pro