Condividi tramite


EnterpriseServicesHelper.CreateConstructionReturnMessage Metodo

Definizione

Costruisce un oggetto ReturnMessage dall'oggetto IConstructionCallMessage specificato.

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

Parametri

ctorMsg
IConstructionCallMessage

Chiamata di costruzione all'oggetto da cui viene restituita la nuova istanza di ReturnMessage.

retObj
MarshalByRefObject

Oggetto ObjRef che rappresenta l'oggetto costruito con la chiamata di costruzione in ctorMsg.

Restituisce

Oggetto IConstructionReturnMessage restituito dalla chiamata di costruzione specificata nel parametro ctorMsg.

Attributi

Si applica a