Interface IHealthCheckDataClient
Namespace: FastReport.Cloud
Assembly: FastReport.Cloud.SDK.dll
Syntax
public interface IHealthCheckDataClient
Methods
Get()
healthcheck
Declaration
void Get()
Exceptions
Type | Condition |
---|---|
ApiException | A server side error occurred. |
GetAsync(System.Threading.CancellationToken)
healthcheck
Declaration
System.Threading.Tasks.Task GetAsync(System.Threading.CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System.Threading.CancellationToken | cancellationToken | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | Our backend is alive! |
Exceptions
Type | Condition |
---|---|
ApiException | A server side error occurred. |