Beispiel #1
0
 public async Task Get([FromQuery] string q, CancellationToken token)
 {
     try
     {
         await client.CreateGroup("groupname" + q, token);
     }
     catch (Exception e)
     {
         Console.WriteLine("test polly ", e);
         throw;
     }
 }