 | UpstreamServiceBaseIsUpstreamAvailable Method |
Gets a value that indicates whether the upstream
Namespace: SanteDB.Client.Upstream.RepositoriesAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic bool IsUpstreamAvailable(
ServiceEndpointType endpointType
)
Public Function IsUpstreamAvailable (
endpointType As ServiceEndpointType
) As Boolean
public:
bool IsUpstreamAvailable(
ServiceEndpointType endpointType
)
member IsUpstreamAvailable :
endpointType : ServiceEndpointType -> bool Parameters
- endpointType ServiceEndpointType
[Missing <param name="endpointType"/> documentation for "M:SanteDB.Client.Upstream.Repositories.UpstreamServiceBase.IsUpstreamAvailable(SanteDB.Core.Interop.ServiceEndpointType)"]
Return Value
Boolean[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Repositories.UpstreamServiceBase.IsUpstreamAvailable(SanteDB.Core.Interop.ServiceEndpointType)"]
See Also