Click or drag to resize

SolidFireElementListServicesAsync Method

You can use ListServices to return the services information for nodes, drives, current software, and other services that are running on the cluster.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListServicesResult

Implements

ISolidFireElementListServicesAsync(CancellationToken)
See Also