Beispiel #1
0
 public BatchResult[] Batch(IEnumerable <ICommandData> commandDatas, BatchOptions options = null)
 {
     return(AsyncHelpers.RunSync(() => asyncServerClient.BatchAsync(commandDatas, options)));
 }