 | DefaultUpstreamAvailabilityProviderGetUpstreamLatency Method |
Determines the application layer latency with the specified endpoint
Namespace: SanteDB.Client.Upstream.ManagementAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic long? GetUpstreamLatency(
ServiceEndpointType endpoint
)
Public Function GetUpstreamLatency (
endpoint As ServiceEndpointType
) As Long?
public:
virtual Nullable<long long> GetUpstreamLatency(
ServiceEndpointType endpoint
) sealed
abstract GetUpstreamLatency :
endpoint : ServiceEndpointType -> Nullable<int64>
override GetUpstreamLatency :
endpoint : ServiceEndpointType -> Nullable<int64> Parameters
- endpoint ServiceEndpointType
[Missing <param name="endpoint"/> documentation for "M:SanteDB.Client.Upstream.Management.DefaultUpstreamAvailabilityProvider.GetUpstreamLatency(SanteDB.Core.Interop.ServiceEndpointType)"]
Return Value
NullableInt64The latency in milliseconds
Implements
IUpstreamAvailabilityProviderGetUpstreamLatency(ServiceEndpointType)
RemarksThis method is used to determine the amount of time the application endpoint responds to a PING request roundtrip
See Also