コード例 #1
0
ファイル: ShopService.cs プロジェクト: Banandana/LineSharp
 public void send_getCoinPurchaseHistory(CoinHistoryCondition request)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("getCoinPurchaseHistory", TMessageType.Call, seqid_));
   getCoinPurchaseHistory_args args = new getCoinPurchaseHistory_args();
   args.Request = request;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }