Click or drag to resize

SolidFireElementRestartNetworkingAsync Method (RestartNetworkingRequest, CancellationToken)

The RestartNetworking API method enables you to restart the networking services on a node. Warning: This method restarts all networking services on a node, causing temporary loss of networking connectivity. 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> RestartNetworkingAsync(
	RestartNetworkingRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskHashtable

Implements

ISolidFireElementRestartNetworkingAsync(RestartNetworkingRequest, CancellationToken)
See Also