Click or drag to resize

SolidFireElementListAccountsAsync Method (CancellationToken, NullableInt64, NullableInt64, NullableBoolean)

ListAccounts returns the entire list of accounts, with optional paging support.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListAccountsResult> ListAccountsAsync(
	CancellationToken cancellationToken,
	Nullable<long> StartAccountID = null,
	Nullable<long> Limit = null,
	Nullable<bool> IncludeStorageContainers = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
StartAccountID (Optional)
Type: SystemNullableInt64
Limit (Optional)
Type: SystemNullableInt64
IncludeStorageContainers (Optional)
Type: SystemNullableBoolean

Return Value

Type: TaskListAccountsResult

Implements

ISolidFireElementListAccountsAsync(CancellationToken, NullableInt64, NullableInt64, NullableBoolean)
See Also