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

要求訊息,其構成遠端物件上的建構函式 (Constructor) 呼叫。

備註

類別ConstructionResponse是由 .NET Framework 的遠端基礎結構所使用。 您不需要直接建立 類別的 ConstructionResponse 實例;請改用 IConstructionReturnMessage 介面。

適用於