次の方法で共有


IConstructionReturnMessage インターフェイス

リモート オブジェクトをアクティブ化することを試みた後に返される IMethodReturnMessage を識別します。

Public Interface IConstructionReturnMessage
   Inherits IMethodReturnMessage, IMethodMessage, IMessage
[C#]
public interface IConstructionReturnMessage : IMethodReturnMessage,
   IMethodMessage, IMessage
[C++]
public __gc __interface IConstructionReturnMessage : public
   IMethodReturnMessage, IMethodMessage, IMessage
[JScript]
public interface IConstructionReturnMessage implements
   IMethodReturnMessage, IMethodMessage, IMessage

解説

IConstructionReturnMessage を実装しているメッセージは、 IConstructionCallMessage と共に送信される構築要求の結果を返します。

必要条件

名前空間: System.Runtime.Remoting.Activation

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: Mscorlib (Mscorlib.dll 内)

参照

System.Runtime.Remoting.Activation 名前空間