Udostępnij za pośrednictwem


ServiceHealthData(String, String[]) Konstruktor

Definicja

Inicjuje nowy ServiceHealthData element, który składa się z klucza i wielu wartości.

public:
 ServiceHealthData(System::String ^ key, cli::array <System::String ^> ^ values);
public ServiceHealthData (string key, string[] values);
new System.ServiceModel.Description.ServiceHealthData : string * string[] -> System.ServiceModel.Description.ServiceHealthData
Public Sub New (key As String, values As String())

Parametry

key
String

Nazwa klucza używanego do identyfikowania danych.

values
String[]

Zestaw elementów danych.

Wyjątki

key to null.

Dotyczy