ServiceHealthSection Constructors

Definition

Overloads

ServiceHealthSection()

Initializes an instance of the ServiceHealthSection class.

ServiceHealthSection(String)

Initializes an instance of the ServiceHealthSection class with the specified title.

ServiceHealthSection()

Initializes an instance of the ServiceHealthSection class.

C#
public ServiceHealthSection();

Applies to

.NET Framework 4.8.1 and .NET Framework 4.8
Product Versions
.NET Framework 4.8, 4.8.1

ServiceHealthSection(String)

Initializes an instance of the ServiceHealthSection class with the specified title.

C#
public ServiceHealthSection(string title);

Parameters

title
String

The title of the section.

Applies to

.NET Framework 4.8.1 and .NET Framework 4.8
Product Versions
.NET Framework 4.8, 4.8.1