System.Runtime.Remoting.Services.EnterpriseServicesHelper.CreateConstructionReturnMessage Method

Constructs a System.Runtime.Remoting.Messaging.ReturnMessage from the specified System.Runtime.Remoting.Activation.IConstructionCallMessage.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public static System.Runtime.Remoting.Activation.IConstructionReturnMessage CreateConstructionReturnMessage (System.Runtime.Remoting.Activation.IConstructionCallMessage ctorMsg, MarshalByRefObject retObj)

Parameters

ctorMsg
A construction call to the object from which the new System.Runtime.Remoting.Messaging.ReturnMessage instance is returning.
retObj
A System.Runtime.Remoting.ObjRef that represents the object that is constructed with the construction call in ctorMsg.

Returns

A System.Runtime.Remoting.Activation.IConstructionReturnMessage returned from the construction call that is specified in the ctorMsg parameter.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.Remoting.Services
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0