StatusClient
Last updated
Last updated
Members | Descriptions |
---|---|
public string
BaseUrl
public
StatusClient
(HttpClient httpClient)
public async Task< GetHealthResponse >
HealthAsync
(CancellationToken cancellationToken) = default
API Service Health Report.
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
Default Response
ApiException
A server side error occurred.
private readonly HttpClient
_httpClient
public string
BaseUrl
public
StatusClient
(HttpClient httpClient)
public async Task< GetHealthResponse >
HealthAsync
(CancellationToken cancellationToken) = default
API Service Health Report.
private readonly HttpClient
_httpClient