예제 #1
0
 public BmobRemote Batch(BmobBatch requests)
 {
     BmobWrapper.Batch(requests, NonCallback);
     return(this);
 }