Click or drag to resize

SolidFireElementListAccountsAsync Method (ListAccountsRequest, CancellationToken)

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(
	ListAccountsRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiListAccountsRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListAccountsResult

Implements

ISolidFireElementListAccountsAsync(ListAccountsRequest, CancellationToken)
See Also