Click or drag to resize

SolidFireElementGetAccountByNameAsync Method (GetAccountByNameRequest, CancellationToken)

GetAccountByName enables you to retrieve details about a specific account, given its username.

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

Parameters

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

Return Value

Type: TaskGetAccountResult

Implements

ISolidFireElementGetAccountByNameAsync(GetAccountByNameRequest, CancellationToken)
See Also