Click or drag to resize

SolidFireElementGetNetworkConfigAsync Method

The GetNetworkConfig API method enables you to display the network configuration information for a node. 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<GetNetworkConfigResult> GetNetworkConfigAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetNetworkConfigResult

Implements

ISolidFireElementGetNetworkConfigAsync(CancellationToken)
See Also