Exemplo n.º 1
0
 public void StopIndexing()
 {
     AsyncHelpers.RunSync(() => asyncAdminServerClient.StopIndexingAsync());
 }
Exemplo n.º 2
0
 public void StopIndexing()
 {
     asyncAdminServerClient.StopIndexingAsync().WaitUnwrap();
 }