Click or drag to resize

ISolidFireElementGetAccountByIDAsync Method (GetAccountByIDRequest, CancellationToken)

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#
Task<GetAccountResult> GetAccountByIDAsync(
	GetAccountByIDRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskGetAccountResult
See Also