EnterpriseServicesHelper.CreateConstructionReturnMessage メソッド
指定した IConstructionCallMessage から ReturnMessage を構築します。
Public Shared Function CreateConstructionReturnMessage( _
ByVal ctorMsg As IConstructionCallMessage, _ ByVal retObj As MarshalByRefObject _) As IConstructionReturnMessage
[C#]
public static IConstructionReturnMessage CreateConstructionReturnMessage(IConstructionCallMessagectorMsg,MarshalByRefObjectretObj);
[C++]
public: static IConstructionReturnMessage* CreateConstructionReturnMessage(IConstructionCallMessage* ctorMsg,MarshalByRefObject* retObj);
[JScript]
public static function CreateConstructionReturnMessage(
ctorMsg : IConstructionCallMessage,retObj : MarshalByRefObject) : IConstructionReturnMessage;
パラメータ
- ctorMsg
オブジェクトへの構築呼び出し。新しい ReturnMessage インスタンスはこのオブジェクトから返します。 - retObj
ctorMsg の構築呼び出しで構築されたオブジェクトを表す ObjRef 。
戻り値
ctorMsg パラメータで指定された構築呼び出しから返された IConstructionReturnMessage 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
EnterpriseServicesHelper クラス | EnterpriseServicesHelper メンバ | System.Runtime.Remoting.Services 名前空間