Exemplo n.º 1
0
 /// <summary>
 /// Executes the pending batch operations.
 /// </summary>
 public void ExecutePendingBatchOperations()
 {
     batchCommander.ExecuteBatch();
 }
Exemplo n.º 2
0
 /// <summary>
 /// 立即执行已挂起的批处理
 /// </summary>
 public void Execute()
 {
     batchcmd.ExecuteBatch();
 }