Click or drag to resize

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

Parameters

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

Return Value

Type: TaskGetAccountResult

Implements

ISolidFireElementGetAccountByIDAsync(GetAccountByIDRequest, CancellationToken)
See Also