Click or drag to resize

ISolidFireElementGetAccountByNameAsync 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#
Task<GetAccountResult> GetAccountByNameAsync(
	CancellationToken cancellationToken,
	string Username
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Username
Type: SystemString

Return Value

Type: TaskGetAccountResult
See Also