Exemple #1
0
 /// <summary>
 /// Get endpoint status. When status is not ok, it is highly recommended to wait until the status changes back to ok
 /// </summary>
 /// <returns>Endpoint status</returns>
 public virtual async Task <APIResponseStatus> GetStatusAsync()
 {
     return(await _apiService.EndpointStatusAsync());
 }