 | DefaultUpstreamAvailabilityProviderIsAvailable Method |
Determines whether the upstream service is available.
Namespace: SanteDB.Client.Upstream.ManagementAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic bool IsAvailable(
ServiceEndpointType endpoint
)
Public Function IsAvailable (
endpoint As ServiceEndpointType
) As Boolean
public:
virtual bool IsAvailable(
ServiceEndpointType endpoint
) sealed
abstract IsAvailable :
endpoint : ServiceEndpointType -> bool
override IsAvailable :
endpoint : ServiceEndpointType -> bool Parameters
- endpoint ServiceEndpointType
- The remote endpoint to determine available for
Return Value
BooleanReturns true if the network is available.
Implements
IUpstreamAvailabilityProviderIsAvailable(ServiceEndpointType)
See Also