Click or drag to resize

SolidFireElementModifyAccountAsync 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#
public Task<ModifyAccountResult> ModifyAccountAsync(
	ModifyAccountRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskModifyAccountResult

Implements

ISolidFireElementModifyAccountAsync(ModifyAccountRequest, CancellationToken)
See Also