Click or drag to resize

SolidFireElementShutdownAsync Method (CancellationToken, Int64, String)

The Shutdown API method enables you to restart or shutdown a node that has not yet been added to a cluster. To use this method, log in to the MIP for the pending node, and enter the "shutdown" method with either the "restart" or "halt" options.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ShutdownResult> ShutdownAsync(
	CancellationToken cancellationToken,
	long[] Nodes,
	string Option = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Nodes
Type: SystemInt64
Option (Optional)
Type: SystemString

Return Value

Type: TaskShutdownResult

Implements

ISolidFireElementShutdownAsync(CancellationToken, Int64, String)
See Also