Beispiel #1
0
 void TryToInterrupt()
 {
     _ = MakeSafeHttpRequestAsync(() => _httpClient.GetAsync("terminate_current_processing"));
     _wasImageProcessingTerminated = true;
     _uiser.IsVisibleProgressBar(false);
 }