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 Task<GetAccountResult> GetAccountByNameAsync(
CancellationToken cancellationToken,
string Username
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- Username
- Type: SystemString
Return Value
Type:
TaskGetAccountResultSee Also