Click or drag to resize

SolidFireElementRestartServicesAsync Method (RestartServicesRequest, CancellationToken)

The RestartServices API method enables you to restart the services on a node. Caution: This method causes temporary node services interruption. Exercise caution when using this method. Note: This method is available only through the per-node API endpoint 5.0 or later.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<Hashtable> RestartServicesAsync(
	RestartServicesRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskHashtable

Implements

ISolidFireElementRestartServicesAsync(RestartServicesRequest, CancellationToken)
See Also