ISolidFireElementRestartNetworkingAsync Method (CancellationToken, Boolean) |
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 Task<Hashtable> RestartNetworkingAsync(
CancellationToken cancellationToken,
bool Force
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- Force
- Type: SystemBoolean
Return Value
Type:
TaskHashtableSee Also