Click or drag to resize

SolidFireElementRemoveAccountAsync Method

Overload List
  NameDescription
Public methodRemoveAccountAsync(CancellationToken, Int64)
RemoveAccount enables you to remove an existing account. You must delete and purge all volumes associated with the account using DeleteVolume before you can remove the account. If volumes on the account are still pending deletion, you cannot use RemoveAccount to remove the account.
Public methodRemoveAccountAsync(RemoveAccountRequest, CancellationToken)
RemoveAccount enables you to remove an existing account. You must delete and purge all volumes associated with the account using DeleteVolume before you can remove the account. If volumes on the account are still pending deletion, you cannot use RemoveAccount to remove the account.
Top
See Also