Click or drag to resize

IUpstreamAvailabilityProvider Interface

Implementers can fetch metadata about the upstream service

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IUpstreamAvailabilityProvider : IServiceImplementation

The IUpstreamAvailabilityProvider type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodGetTimeDrift Get server time drift between this machine and the server
Public methodGetUpstreamLatency Determines the application layer latency with the specified endpoint
Public methodIsAvailable Determines whether the upstream service is available.
Top
See Also