EnterpriseServicesHelper.CreateConstructionReturnMessage Methode

Definition

Erstellt eine ReturnMessage aus dem 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 Bauaufruf für das Objekt, aus dem die neue ReturnMessage Instanz zurückgegeben wird.

retObj
MarshalByRefObject

A ObjRef that represents the object that is constructed with the construction call in ctorMsg.

Gibt zurück

Ein IConstructionReturnMessage Rückgabewert aus dem Bauaufruf, der ctorMsg im Parameter angegeben ist.

Attribute

Gilt für: