 | DefaultUpstreamAvailabilityProviderGetTimeDrift Method |
Get server time drift between this machine and the server
Namespace: SanteDB.Client.Upstream.ManagementAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic TimeSpan? GetTimeDrift(
ServiceEndpointType endpoint
)
Public Function GetTimeDrift (
endpoint As ServiceEndpointType
) As TimeSpan?
public:
virtual Nullable<TimeSpan> GetTimeDrift(
ServiceEndpointType endpoint
) sealed
abstract GetTimeDrift :
endpoint : ServiceEndpointType -> Nullable<TimeSpan>
override GetTimeDrift :
endpoint : ServiceEndpointType -> Nullable<TimeSpan> Parameters
- endpoint ServiceEndpointType
- The service endpoint to determine time drift from
Return Value
NullableTimeSpanThe time drift
Implements
IUpstreamAvailabilityProviderGetTimeDrift(ServiceEndpointType)
See Also