Click or drag to resize

HdsiServiceBehaviorPing Method

Performs a minimal PING request to test service availability

Namespace: SanteDB.Rest.HDSI
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public void Ping()

Implements

IHdsiServiceContractPing
Remarks
The PING operation is used by the mobile (or other applications) to ensure that not only is the network available (like a network ping) but that the API is available on this endpoint. PING returns the current service time and should be used in lieu of the /time operation
See Also