Skip to content

Latest commit

 

History

History
69 lines (59 loc) · 2.43 KB

IndexExtended.md

File metadata and controls

69 lines (59 loc) · 2.43 KB
[References](Index.md)

References extended

  • HealthReportEntryExtensions
    • Static Methods
      • ToHealthCheck(this KeyValuePair<string, HealthReportEntry> healthReportEntry)
      • ToHealthChecks(this IReadOnlyDictionary<string, HealthReportEntry> healthReportEntries)
  • ResourceHealthCheckExtensions
    • Static Methods
      • ToIReadOnlyDictionary(this IEnumerable<ResourceHealthCheck> resourceHealthCheck)
  • HealthCheck
    • Properties
      • Duration
      • Name
      • Resources
      • Status
    • Methods
      • $()
      • Deconstruct(out string Name, out IList`1 Resources, out HealthStatus Status, out TimeSpan Duration)
      • Equals(HealthCheck other)
      • Equals(object obj)
      • GetHashCode()
      • ToString()
  • HealthCheckResponse
    • Properties
      • ApplicationName
      • HealthChecks
      • Status
      • TotalDuration
    • Methods
      • $()
      • Deconstruct(out string ApplicationName, out IList`1 HealthChecks, out HealthStatus Status, out TimeSpan TotalDuration)
      • Equals(HealthCheckResponse other)
      • Equals(object obj)
      • GetHashCode()
      • ToString()
  • ResourceHealthCheck
    • Properties
      • Duration
      • Message
      • Name
      • Status
    • Methods
      • $()
      • Deconstruct(out string Name, out HealthStatus Status, out string Message, out TimeSpan Duration)
      • Equals(ResourceHealthCheck other)
      • Equals(object obj)
      • GetHashCode()
      • ToString()

Generated by MarkdownCodeDoc version 1.2