Beispiel #1
0
 public string[] PutIndexes(IndexToAdd[] indexesToAdd)
 {
     return(AsyncHelpers.RunSync(() => asyncServerClient.PutIndexesAsync(indexesToAdd)));
 }