[This is preliminary documentation and is subject to change.]
Property bag to report health check results
System Object
System.Collections.Generic Dictionary
String,
Object NFX.Health CheckResultNamespace: NFX.HealthAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public class CheckResult : Dictionary<string, Object>
public class CheckResult : Dictionary<string, Object>
Public Class CheckResult
Inherits Dictionary(Of String, Object)
Public Class CheckResult
Inherits Dictionary(Of String, Object)
public ref class CheckResult : public Dictionary<String^, Object^>
public ref class CheckResult : public Dictionary<String^, Object^>
type CheckResult =
class
inherit Dictionary<string, Object>
end
type CheckResult =
class
inherit Dictionary<string, Object>
end