Click or drag to resize

DefaultUpstreamAvailabilityProviderGetTimeDrift Method

Get server time drift between this machine and the server

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public TimeSpan? GetTimeDrift(
	ServiceEndpointType endpoint
)

Parameters

endpoint  ServiceEndpointType
The service endpoint to determine time drift from

Return Value

NullableTimeSpan
The time drift

Implements

IUpstreamAvailabilityProviderGetTimeDrift(ServiceEndpointType)
See Also