Udostępnij za pośrednictwem


ServiceHealthSectionCollection.CreateSection Metoda

Definicja

Przeciążenia

CreateSection(String)

Tworzy sekcję kondycji usługi z określonym tytułem i dodaje ją do bieżącej kolekcji.

CreateSection(String, String)

Tworzy sekcję kondycji usługi z określonym tytułem i kolorem tła i dodaje ją do bieżącej kolekcji.

CreateSection(String, String, String)

Tworzy sekcję kondycji usługi z określonym tytułem, kolorem tła i kolorem pierwszego planu i dodaje ją do bieżącej kolekcji.

CreateSection(String)

Tworzy sekcję kondycji usługi z określonym tytułem i dodaje ją do bieżącej kolekcji.

public:
 System::ServiceModel::Description::ServiceHealthSection ^ CreateSection(System::String ^ title);
public System.ServiceModel.Description.ServiceHealthSection CreateSection (string title);
member this.CreateSection : string -> System.ServiceModel.Description.ServiceHealthSection
Public Function CreateSection (title As String) As ServiceHealthSection

Parametry

title
String

Tytuł sekcji kondycji usługi.

Zwraca

ServiceHealthSection

Sekcja kondycji usługi.

Wyjątki

title to null.

Dotyczy

CreateSection(String, String)

Tworzy sekcję kondycji usługi z określonym tytułem i kolorem tła i dodaje ją do bieżącej kolekcji.

public:
 System::ServiceModel::Description::ServiceHealthSection ^ CreateSection(System::String ^ title, System::String ^ backgroundColor);
public System.ServiceModel.Description.ServiceHealthSection CreateSection (string title, string backgroundColor);
member this.CreateSection : string * string -> System.ServiceModel.Description.ServiceHealthSection
Public Function CreateSection (title As String, backgroundColor As String) As ServiceHealthSection

Parametry

title
String

Tytuł sekcji kondycji usługi.

backgroundColor
String

Szesnastkowym ciągiem kolorów, który definiuje kolor tła usługi.

Zwraca

ServiceHealthSection

Sekcja kondycji usługi.

Wyjątki

title to null.

-lub-

backgroundcolor to null.

Dotyczy

CreateSection(String, String, String)

Tworzy sekcję kondycji usługi z określonym tytułem, kolorem tła i kolorem pierwszego planu i dodaje ją do bieżącej kolekcji.

public:
 System::ServiceModel::Description::ServiceHealthSection ^ CreateSection(System::String ^ title, System::String ^ backgroundColor, System::String ^ foregroundColor);
public System.ServiceModel.Description.ServiceHealthSection CreateSection (string title, string backgroundColor, string foregroundColor);
member this.CreateSection : string * string * string -> System.ServiceModel.Description.ServiceHealthSection
Public Function CreateSection (title As String, backgroundColor As String, foregroundColor As String) As ServiceHealthSection

Parametry

title
String

Tytuł sekcji kondycji usługi.

backgroundColor
String

Szesnastkowym ciągiem kolorów, który definiuje kolor tła sekcji.

foregroundColor
String

Szesnastkowym ciągiem kolorów, który definiuje kolor pierwszego planu sekcji.

Zwraca

ServiceHealthSection

Sekcja kondycji usługi.

Wyjątki

title to null.

-lub-

backgroundcolor to null.

-lub-

foregroundcolor to null.

Dotyczy