public void send_createNote(string authenticationToken, Evernote.EDAM.Type.Note note)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("createNote", TMessageType.Call, seqid_));
   createNote_args args = new createNote_args();
   args.AuthenticationToken = authenticationToken;
   args.Note = note;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT || NETFX_CORE
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }
Beispiel #2
0
 public void send_createNote(string authenticationToken, Evernote.EDAM.Type.Note note)
 {
     oprot_.WriteMessageBegin(new TMessage("createNote", TMessageType.Call, seqid_));
     createNote_args args = new createNote_args();
     args.AuthenticationToken = authenticationToken;
     args.Note = note;
     args.Write(oprot_);
     oprot_.WriteMessageEnd();
     oprot_.Transport.Flush();
 }