Example #1
0
 public BmobRemote Push(PushParamter param)
 {
     BmobWrapper.Push(param, NonCallback);
     return(this);
 }