Exemple #1
0
 /// <summary>
 /// Close the client
 /// </summary>
 /// <returns></returns>
 public async Task CloseAsync()
 {
     await CurrentSubscriptionClient.CloseAsync();
 }