Click or drag to resize

SolidFireElementModifyInitiatorsAsync Method

Overload List
  NameDescription
Public methodModifyInitiatorsAsync(CancellationToken, ModifyInitiator)
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).
Public methodModifyInitiatorsAsync(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).
Top
See Also