Click or drag to resize

SolidFireElementDeleteInitiators Method (Int64)

DeleteInitiators enables you to delete one or more initiators from the system (and from any associated volumes or volume access groups). If DeleteInitiators fails to delete one of the initiators provided in the parameter, the system returns an error and does not delete 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#
public DeleteInitiatorsResult DeleteInitiators(
	long[] Initiators
)

Parameters

Initiators
Type: SystemInt64

Return Value

Type: DeleteInitiatorsResult

Implements

ISolidFireElementDeleteInitiators(Int64)
See Also