Exemple #1
0
            public void send_getEvents(string input, string doctate, Session session)
      #endif
            {
                oprot_.WriteMessageBegin(new TMessage("getEvents", TMessageType.Call, seqid_));
                getEvents_args args = new getEvents_args();

                args.Input   = input;
                args.Doctate = doctate;
                args.Session = session;
                args.Write(oprot_);
                oprot_.WriteMessageEnd();
        #if SILVERLIGHT
                return(oprot_.Transport.BeginFlush(callback, state));
        #else
                oprot_.Transport.Flush();
        #endif
            }
 public void send_getEvents(string input, string doctate, Session session)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("getEvents", TMessageType.Call, seqid_));
   getEvents_args args = new getEvents_args();
   args.Input = input;
   args.Doctate = doctate;
   args.Session = session;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }