Click or drag to resize

SolidFireElementResetDrivesAsync Method (ResetDrivesRequest, CancellationToken)

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(
	ResetDrivesRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskResetDrivesResult

Implements

ISolidFireElementResetDrivesAsync(ResetDrivesRequest, CancellationToken)
See Also