 | HdsiServiceBehaviorPing Method |
Performs a minimal PING request to test service availability
Namespace: SanteDB.Rest.HDSIAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic:
virtual void Ping() sealed
abstract Ping : unit -> unit
override Ping : unit -> unit
Implements
IHdsiServiceContractPing
RemarksThe 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