Freigeben über


EnterpriseServicesHelper.CreateConstructionReturnMessage Methode

Definition

Erstellt eine ReturnMessage aus der angegebenen IConstructionCallMessage.

public:
 static System::Runtime::Remoting::Activation::IConstructionReturnMessage ^ CreateConstructionReturnMessage(System::Runtime::Remoting::Activation::IConstructionCallMessage ^ ctorMsg, MarshalByRefObject ^ retObj);
public static System.Runtime.Remoting.Activation.IConstructionReturnMessage CreateConstructionReturnMessage (System.Runtime.Remoting.Activation.IConstructionCallMessage ctorMsg, MarshalByRefObject retObj);
[System.Runtime.InteropServices.ComVisible(true)]
public static System.Runtime.Remoting.Activation.IConstructionReturnMessage CreateConstructionReturnMessage (System.Runtime.Remoting.Activation.IConstructionCallMessage ctorMsg, MarshalByRefObject retObj);
static member CreateConstructionReturnMessage : System.Runtime.Remoting.Activation.IConstructionCallMessage * MarshalByRefObject -> System.Runtime.Remoting.Activation.IConstructionReturnMessage
[<System.Runtime.InteropServices.ComVisible(true)>]
static member CreateConstructionReturnMessage : System.Runtime.Remoting.Activation.IConstructionCallMessage * MarshalByRefObject -> System.Runtime.Remoting.Activation.IConstructionReturnMessage
Public Shared Function CreateConstructionReturnMessage (ctorMsg As IConstructionCallMessage, retObj As MarshalByRefObject) As IConstructionReturnMessage

Parameter

ctorMsg
IConstructionCallMessage

Ein Konstruktionsaufruf des Objekts, von dem die neue ReturnMessage-Instanz zurückgegeben wird.

retObj
MarshalByRefObject

Ein ObjRef, das das mit dem Konstruktionsaufruf in ctorMsg erstellte Objekt darstellt.

Gibt zurück

Eine IConstructionReturnMessage, die vom im ctorMsg-Parameter angegebenen Konstruktionsaufruf zurückgegeben wird.

Attribute

Gilt für: