Exemple #1
0
 public void EnableIndex(string name)
 {
     AsyncHelpers.RunSync(() => asyncAdminServerClient.EnableIndexAsync(name));
 }