ConstructionResponse(Header[], IMethodCallMessage) Oluşturucu

Tanım

Bir dizi uzaktan iletişim üst bilgisinden ve istek iletisinden sınıfının yeni bir örneğini ConstructionResponse başlatır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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)

Parametreler

h
Header[]

Anahtar-değer çiftleri içeren uzaktan iletişim üst bilgileri dizisi. Bu dizi, "ConstructionResponse;. ad alanına ait üst bilgilerin alanlarını başlatmak http://schemas.microsoft.com/clr/soap/messageProperties" için kullanılır.

mcm
IMethodCallMessage

Uzak nesnede oluşturucu çağrısı oluşturan bir istek iletisi.

Açıklamalar

ConstructionResponse sınıfı, .NET Framework'ün uzaktan iletişim altyapısı tarafından kullanılır. Doğrudan sınıfının bir örneğini ConstructionResponse oluşturmanız gerekmez; bunun yerine arabirimini IConstructionReturnMessage kullanın.

Şunlara uygulanır