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