HealthReport Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
HealthReport(IReadOnlyDictionary<String,HealthReportEntry>, TimeSpan) |
Buat baru HealthReport dari hasil yang ditentukan. |
HealthReport(IReadOnlyDictionary<String,HealthReportEntry>, HealthStatus, TimeSpan) |
Buat baru HealthReport dari hasil yang ditentukan. |
HealthReport(IReadOnlyDictionary<String,HealthReportEntry>, TimeSpan)
- Sumber:
- HealthReport.cs
- Sumber:
- HealthReport.cs
- Sumber:
- HealthReport.cs
- Sumber:
- HealthReport.cs
- Sumber:
- HealthReport.cs
Buat baru HealthReport dari hasil yang ditentukan.
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)
Parameter
- entries
- IReadOnlyDictionary<String,HealthReportEntry>
yang IReadOnlyDictionary<TKey,TValue> berisi hasil dari setiap pemeriksaan kesehatan.
- totalDuration
- TimeSpan
Nilai yang menunjukkan waktu yang diperlukan layanan pemeriksaan kesehatan untuk dijalankan.
Berlaku untuk
HealthReport(IReadOnlyDictionary<String,HealthReportEntry>, HealthStatus, TimeSpan)
- Sumber:
- HealthReport.cs
- Sumber:
- HealthReport.cs
- Sumber:
- HealthReport.cs
- Sumber:
- HealthReport.cs
- Sumber:
- HealthReport.cs
Buat baru HealthReport dari hasil yang ditentukan.
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)
Parameter
- entries
- IReadOnlyDictionary<String,HealthReportEntry>
yang IReadOnlyDictionary<TKey,TValue> berisi hasil dari setiap pemeriksaan kesehatan.
- status
- HealthStatus
yang HealthStatus mewakili status agregat dari semua pemeriksaan kesehatan.
- totalDuration
- TimeSpan
Nilai yang menunjukkan waktu yang diperlukan layanan pemeriksaan kesehatan untuk dijalankan.