Beispiel #1
0
 public void SetIndexPriority(string name, IndexingPriority priority)
 {
     AsyncHelpers.RunSync(() => asyncServerClient.SetIndexPriorityAsync(name, priority));
 }