public void send_createTag(string authenticationToken, Evernote.EDAM.Type.Tag tag) #endif { oprot_.WriteMessageBegin(new TMessage("createTag", TMessageType.Call, seqid_)); createTag_args args = new createTag_args(); args.AuthenticationToken = authenticationToken; args.Tag = tag; args.Write(oprot_); oprot_.WriteMessageEnd(); #if SILVERLIGHT || NETFX_CORE return oprot_.Transport.BeginFlush(callback, state); #else oprot_.Transport.Flush(); #endif }
public void send_createTag(string authenticationToken, Evernote.EDAM.Type.Tag tag) { oprot_.WriteMessageBegin(new TMessage("createTag", TMessageType.Call, seqid_)); createTag_args args = new createTag_args(); args.AuthenticationToken = authenticationToken; args.Tag = tag; args.Write(oprot_); oprot_.WriteMessageEnd(); oprot_.Transport.Flush(); }