Click or drag to resize

SolidFireElementGetSshInfoAsync Method

Returns SSH status for the targeted node.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetSshInfoResult

Implements

ISolidFireElementGetSshInfoAsync(CancellationToken)
See Also