Click or drag to resize

ISolidFireElement.ModifyAccountAsync Method (ModifyAccountRequest, CancellationToken)

ModifyAccount enables you to modify an existing account. When you lock an account, any existing connections from that account are immediately terminated. When you change an account's CHAP settings, any existing connections remain active, and the new CHAP settings are used on subsequent connections or reconnections. To clear an account's attributes, specify {} for the attributes parameter.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<ModifyAccountResult> ModifyAccountAsync(
	ModifyAccountRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.Api.ModifyAccountRequest
cancellationToken
Type: System.Threading.CancellationToken

Return Value

Type: Task<ModifyAccountResult>
See Also