Click or drag to resize

SolidFireElementGetAccountByIDAsync Method (CancellationToken, Int64)

GetAccountByID enables you to return details about a specific account, given its accountID.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
AccountID
Type: SystemInt64

Return Value

Type: TaskGetAccountResult

Implements

ISolidFireElementGetAccountByIDAsync(CancellationToken, Int64)
See Also