Click or drag to resize

SolidFireElementGetNtpInfoAsync Method

GetNtpInfo enables you to return the current network time protocol (NTP) configuration information.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetNtpInfoResult

Implements

ISolidFireElementGetNtpInfoAsync(CancellationToken)
See Also