AvailabilityGroupStatusWriterClearEntries Method |
Clears all entries from named value storage except the (passed hostnames).
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual void ClearEntries(
string[] exceptHostnames = null,
Vault vault = null
)
Public Overridable Sub ClearEntries (
Optional exceptHostnames As String() = Nothing,
Optional vault As Vault = Nothing
)
public:
virtual void ClearEntries(
array<String^>^ exceptHostnames = nullptr,
Vault^ vault = nullptr
)
Parameters
- exceptHostnames (Optional)
- Type: SystemString
All entries except these hostnames. - vault (Optional)
- Type: Vault
Optional vault object. Used in the call when present.
See Also