AvailabilityGroupStatusWriterRemoveHost Method |
Removes the current host from the active entries list.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual void RemoveHost(
Vault vault = null
)
Public Overridable Sub RemoveHost (
Optional vault As Vault = Nothing
)
public:
virtual void RemoveHost(
Vault^ vault = nullptr
)
Parameters
- vault (Optional)
- Type: Vault
Optional vault object. Used in the call when present.
See Also