Click or drag to resize

SolidFireElementGetAccountByNameAsync Method (CancellationToken, String)

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(
	CancellationToken cancellationToken,
	string Username
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Username
Type: SystemString

Return Value

Type: TaskGetAccountResult

Implements

ISolidFireElementGetAccountByNameAsync(CancellationToken, String)
See Also