예제 #1
0
 public Operation CompactIndex(string name)
 {
     return(AsyncHelpers.RunSync(() => asyncAdminServerClient.CompactIndexAsync(name)));
 }