public void getSharedNotebookByAuth_Process(int seqid, TProtocol iprot, TProtocol oprot) { getSharedNotebookByAuth_args args = new getSharedNotebookByAuth_args(); args.Read(iprot); iprot.ReadMessageEnd(); getSharedNotebookByAuth_result result = new getSharedNotebookByAuth_result(); try { result.Success = iface_.getSharedNotebookByAuth(args.AuthenticationToken); } catch (Evernote.EDAM.Error.EDAMUserException userException) { result.UserException = userException; } catch (Evernote.EDAM.Error.EDAMNotFoundException notFoundException) { result.NotFoundException = notFoundException; } catch (Evernote.EDAM.Error.EDAMSystemException systemException) { result.SystemException = systemException; } oprot.WriteMessageBegin(new TMessage("getSharedNotebookByAuth", TMessageType.Reply, seqid)); result.Write(oprot); oprot.WriteMessageEnd(); oprot.Transport.Flush(); }