Interface ICommonApi
Assembly: Algorand.dll
Syntax
public interface ICommonApi
Methods
|
Improve this Doc
View Source
makeHealthCheckAsync()
Declaration
Task<HealthCheck> makeHealthCheckAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<TResult><HealthCheck> |
|
|
Improve this Doc
View Source
makeHealthCheckAsync(CancellationToken)
Declaration
Task<HealthCheck> makeHealthCheckAsync(CancellationToken cancellationToken)
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<TResult><HealthCheck> |
|