Ejemplo n.º 1
0
 public void DeleteApiKey(string name)
 {
     AsyncHelpers.RunSync(() => asyncAdminServerClient.DeleteApiKeyAsync(name));
 }