Beispiel #1
0
 /// <summary>
 /// Executes a task
 /// </summary>
 public void Execute()
 {
     _storeHttpClient.KeepAliveAsync().Wait();
 }
Beispiel #2
0
 /// <summary>
 /// Executes a task
 /// </summary>
 public async System.Threading.Tasks.Task ExecuteAsync()
 {
     await _storeHttpClient.KeepAliveAsync();
 }