Click or drag to resize

ISolidFireElementModifyInitiatorsAsync Method (ModifyInitiatorsRequest, CancellationToken)

ModifyInitiators enables you to change the attributes of one or more existing initiators. You cannot change the name of an existing initiator. If you need to change the name of an initiator, delete it first with DeleteInitiators and create a new one with CreateInitiators. If ModifyInitiators fails to change one of the initiators provided in the parameter, the method returns an error and does not modify any initiators (no partial completion is possible).

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

Parameters

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

Return Value

Type: TaskModifyInitiatorsResult
See Also