Udostępnij za pośrednictwem


HealthReport Konstruktory

Definicja

Przeciążenia

HealthReport(IReadOnlyDictionary<String,HealthReportEntry>, TimeSpan)

Utwórz nową HealthReport z określonych wyników.

HealthReport(IReadOnlyDictionary<String,HealthReportEntry>, HealthStatus, TimeSpan)

Utwórz nową HealthReport z określonych wyników.

HealthReport(IReadOnlyDictionary<String,HealthReportEntry>, TimeSpan)

Źródło:
HealthReport.cs
Źródło:
HealthReport.cs
Źródło:
HealthReport.cs
Źródło:
HealthReport.cs
Źródło:
HealthReport.cs

Utwórz nową HealthReport z określonych wyników.

public:
 HealthReport(System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::Extensions::Diagnostics::HealthChecks::HealthReportEntry> ^ entries, TimeSpan totalDuration);
public HealthReport (System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry> entries, TimeSpan totalDuration);
new Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry> * TimeSpan -> Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport
Public Sub New (entries As IReadOnlyDictionary(Of String, HealthReportEntry), totalDuration As TimeSpan)

Parametry

entries
IReadOnlyDictionary<String,HealthReportEntry>

Element IReadOnlyDictionary<TKey,TValue> zawierający wyniki z każdej kontroli kondycji.

totalDuration
TimeSpan

Wartość wskazująca czas wykonania usługi sprawdzania kondycji.

Dotyczy

HealthReport(IReadOnlyDictionary<String,HealthReportEntry>, HealthStatus, TimeSpan)

Źródło:
HealthReport.cs
Źródło:
HealthReport.cs
Źródło:
HealthReport.cs
Źródło:
HealthReport.cs
Źródło:
HealthReport.cs

Utwórz nową HealthReport z określonych wyników.

public:
 HealthReport(System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::Extensions::Diagnostics::HealthChecks::HealthReportEntry> ^ entries, Microsoft::Extensions::Diagnostics::HealthChecks::HealthStatus status, TimeSpan totalDuration);
public HealthReport (System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry> entries, Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus status, TimeSpan totalDuration);
new Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry> * Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus * TimeSpan -> Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport
Public Sub New (entries As IReadOnlyDictionary(Of String, HealthReportEntry), status As HealthStatus, totalDuration As TimeSpan)

Parametry

entries
IReadOnlyDictionary<String,HealthReportEntry>

Element IReadOnlyDictionary<TKey,TValue> zawierający wyniki z każdej kontroli kondycji.

status
HealthStatus

Reprezentująca HealthStatus stan agregacji wszystkich kontroli kondycji.

totalDuration
TimeSpan

Wartość wskazująca czas wykonania usługi sprawdzania kondycji.

Dotyczy