コード例 #1
0
 public void send_shareNote(string authenticationToken, string guid)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("shareNote", TMessageType.Call, seqid_));
   shareNote_args args = new shareNote_args();
   args.AuthenticationToken = authenticationToken;
   args.Guid = guid;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT || NETFX_CORE
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }
コード例 #2
0
 public void send_shareNote(string authenticationToken, string guid)
 {
   oprot_.WriteMessageBegin(new TMessage("shareNote", TMessageType.Call, seqid_));
   shareNote_args args = new shareNote_args();
   args.AuthenticationToken = authenticationToken;
   args.Guid = guid;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   oprot_.Transport.Flush();
 }