Click or drag to resize

SolidFireElementDeleteInitiatorsAsync Method (CancellationToken, 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 Task<DeleteInitiatorsResult> DeleteInitiatorsAsync(
	CancellationToken cancellationToken,
	long[] Initiators
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Initiators
Type: SystemInt64

Return Value

Type: TaskDeleteInitiatorsResult

Implements

ISolidFireElementDeleteInitiatorsAsync(CancellationToken, Int64)
See Also