Beispiel #1
0
 public static void DeletePersonGroup(string subscriptionKey, string endpoint, string groupId, int throttleMs)
 {
     PersonGroup.Delete(subscriptionKey, endpoint, groupId, Console.WriteLine, throttleMs).Wait();
 }