Click or drag to resize

SolidFireElementResetDrivesAsync Method (CancellationToken, String, Boolean)

ResetDrives enables you to proactively initialize drives and remove all data currently residing on a drive. The drive can then be reused in an existing node or used in an upgraded node. This method requires the force parameter to be included in the method call.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ResetDrivesResult> ResetDrivesAsync(
	CancellationToken cancellationToken,
	string Drives,
	bool Force
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Drives
Type: SystemString
Force
Type: SystemBoolean

Return Value

Type: TaskResetDrivesResult

Implements

ISolidFireElementResetDrivesAsync(CancellationToken, String, Boolean)
See Also