Aracılığıyla paylaş


HealthReport Oluşturucular

Tanım

Aşırı Yüklemeler

HealthReport(IReadOnlyDictionary<String,HealthReportEntry>, TimeSpan)

Belirtilen sonuçlardan yeni HealthReport bir oluşturun.

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

Belirtilen sonuçlardan yeni HealthReport bir oluşturun.

HealthReport(IReadOnlyDictionary<String,HealthReportEntry>, TimeSpan)

Kaynak:
HealthReport.cs
Kaynak:
HealthReport.cs
Kaynak:
HealthReport.cs
Kaynak:
HealthReport.cs
Kaynak:
HealthReport.cs

Belirtilen sonuçlardan yeni HealthReport bir oluşturun.

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)

Parametreler

entries
IReadOnlyDictionary<String,HealthReportEntry>

IReadOnlyDictionary<TKey,TValue> Her sistem durumu denetiminin sonuçlarını içeren bir.

totalDuration
TimeSpan

Sistem durumu denetimi hizmetinin yürütülmesi için geçen süreyi gösteren bir değer.

Şunlara uygulanır

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

Kaynak:
HealthReport.cs
Kaynak:
HealthReport.cs
Kaynak:
HealthReport.cs
Kaynak:
HealthReport.cs
Kaynak:
HealthReport.cs

Belirtilen sonuçlardan yeni HealthReport bir oluşturun.

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)

Parametreler

entries
IReadOnlyDictionary<String,HealthReportEntry>

IReadOnlyDictionary<TKey,TValue> Her sistem durumu denetiminin sonuçlarını içeren bir.

status
HealthStatus

HealthStatus Tüm sistem durumu denetimlerinin toplam durumunu temsil eden bir.

totalDuration
TimeSpan

Sistem durumu denetimi hizmetinin yürütülmesi için geçen süreyi gösteren bir değer.

Şunlara uygulanır