Click or drag to resize

DefaultUpstreamAvailabilityProviderGetUpstreamLatency Method

Determines the application layer latency with the specified endpoint

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public long? GetUpstreamLatency(
	ServiceEndpointType endpoint
)

Parameters

endpoint  ServiceEndpointType

[Missing <param name="endpoint"/> documentation for "M:SanteDB.Client.Upstream.Management.DefaultUpstreamAvailabilityProvider.GetUpstreamLatency(SanteDB.Core.Interop.ServiceEndpointType)"]

Return Value

NullableInt64
The latency in milliseconds

Implements

IUpstreamAvailabilityProviderGetUpstreamLatency(ServiceEndpointType)
Remarks
This method is used to determine the amount of time the application endpoint responds to a PING request roundtrip
See Also