Interface ICommonApi
Assembly: Algorand.dll
Syntax
public interface ICommonApi
Methods
|
Edit this page
View Source
makeHealthCheckAsync()
Declaration
Task<HealthCheck> makeHealthCheckAsync()
Returns
|
Edit this page
View Source
makeHealthCheckAsync(CancellationToken)
Declaration
Task<HealthCheck> makeHealthCheckAsync(CancellationToken cancellationToken)
Parameters
| Type |
Name |
Description |
| CancellationToken |
cancellationToken |
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
|
Returns