Click or drag to resize

SolidFireElementRemoveAccountAsync Method (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.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<RemoveAccountResult> RemoveAccountAsync(
	CancellationToken cancellationToken,
	long AccountID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
AccountID
Type: SystemInt64

Return Value

Type: TaskRemoveAccountResult

Implements

ISolidFireElementRemoveAccountAsync(CancellationToken, Int64)
See Also