Click or drag to resize

SolidFireElementListNetworkInterfacesAsync Method

ListNetworkInterfaces enables you to retrieve information about each network interface on a node. The API method is intended for use on individual nodes; userid and password authentication is required for access to individual nodes.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListNetworkInterfacesResult> ListNetworkInterfacesAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListNetworkInterfacesResult

Implements

ISolidFireElementListNetworkInterfacesAsync(CancellationToken)
See Also