AvailabilityGroupStatusWriterReportFindings Method (String, Boolean, IEnumerableValidationFinding, Vault, String) |
Publishes the multi-server mode health status to named value storage.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual void ReportFindings(
string label,
bool isInError,
IEnumerable<ValidationFinding> findings = null,
Vault vault = null,
string configHash = null
)
Public Overridable Sub ReportFindings (
label As String,
isInError As Boolean,
Optional findings As IEnumerable(Of ValidationFinding) = Nothing,
Optional vault As Vault = Nothing,
Optional configHash As String = Nothing
)
public:
virtual void ReportFindings(
String^ label,
bool isInError,
IEnumerable<ValidationFinding^>^ findings = nullptr,
Vault^ vault = nullptr,
String^ configHash = nullptr
)
Parameters
- label
- Type: SystemString
Vault object. - isInError
- Type: SystemBoolean
Is the module or app in error? - findings (Optional)
- Type: System.Collections.GenericIEnumerableValidationFinding
Vault validation findings. - vault (Optional)
- Type: Vault
Optional vault object. Used in the call when present. - configHash (Optional)
- Type: SystemString
Optional configuration hash. Used when present.
See Also