Description
Syntax
Visual Basic |
---|
Public Sub TakeVaultOffline( _
ByVal As String, _
ByVal As Boolean _
)
|
Parameters
- VaultGUID
- The GUID of the vault to be taken offline.
- DisconnectUsers
- If this parameter is True, any existing sessions are terminated. If this parameter is False, the operation fails if there are open sessions.
See Also