Click or drag to resize

IHdsiServiceContractPing Method

Performs a minimal PING request to test service uptime

Namespace:  SanteDB.Rest.HDSI
Assembly:  SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax
void Ping()
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