ConstructionResponse(Header[], IMethodCallMessage) コンストラクター

定義

リモート処理ヘッダーと要求メッセージの配列から、 ConstructionResponse クラスの新しいインスタンスを初期化します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 ConstructionResponse(cli::array <System::Runtime::Remoting::Messaging::Header ^> ^ h, System::Runtime::Remoting::Messaging::IMethodCallMessage ^ mcm);
public ConstructionResponse(System.Runtime.Remoting.Messaging.Header[] h, System.Runtime.Remoting.Messaging.IMethodCallMessage mcm);
new System.Runtime.Remoting.Messaging.ConstructionResponse : System.Runtime.Remoting.Messaging.Header[] * System.Runtime.Remoting.Messaging.IMethodCallMessage -> System.Runtime.Remoting.Messaging.ConstructionResponse
Public Sub New (h As Header(), mcm As IMethodCallMessage)

パラメーター

h
Header[]

キーと値のペアを含むリモート処理ヘッダーの配列。 この配列は、名前空間 "ConstructionResponse; に属するヘッダーのhttp://schemas.microsoft.com/clr/soap/messageProperties"フィールドを初期化するために使用されます。

mcm
IMethodCallMessage

リモート オブジェクトのコンストラクター呼び出しを構成する要求メッセージ。

注釈

ConstructionResponse クラスは、.NET Framework のリモート処理インフラストラクチャによって使用されます。 ConstructionResponse クラスのインスタンスを直接作成する必要はありません。代わりに、IConstructionReturnMessage インターフェイスを使用します。

適用対象