コード例 #1
0
ファイル: TalkService.cs プロジェクト: Banandana/LineSharp
 public void send_sendContentReceipt(int seq, string consumer, string messageId)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("sendContentReceipt", TMessageType.Call, seqid_));
   sendContentReceipt_args args = new sendContentReceipt_args();
   args.Seq = seq;
   args.Consumer = consumer;
   args.MessageId = messageId;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }