예제 #1
0
 public IBatchOperation PrepareBatchOperation()
 {
     return(new TableBatchOperationAdapter(
                batch => CloudEntity.ExecuteBatchAsync(batch, null, null),
                batch => CloudEntity.ExecuteBatch(batch),
                m_tableEntityConverter));
 }