Beispiel #1
0
            public void GetGroupsInfoByOA_Process(int seqid, TProtocol iprot, TProtocol oprot)
            {
                GetGroupsInfoByOA_args args = new GetGroupsInfoByOA_args();

                args.Read(iprot);
                iprot.ReadMessageEnd();
                GetGroupsInfoByOA_result result = new GetGroupsInfoByOA_result();

                result.Success = iface_.GetGroupsInfoByOA(args.GroupID);
                oprot.WriteMessageBegin(new TMessage("GetGroupsInfoByOA", TMessageType.Reply, seqid));
                result.Write(oprot);
                oprot.WriteMessageEnd();
                oprot.Transport.Flush();
            }
Beispiel #2
0
            public void send_GetGroupsInfoByOA(string GroupID)
      #endif
            {
                oprot_.WriteMessageBegin(new TMessage("GetGroupsInfoByOA", TMessageType.Call, seqid_));
                GetGroupsInfoByOA_args args = new GetGroupsInfoByOA_args();

                args.GroupID = GroupID;
                args.Write(oprot_);
                oprot_.WriteMessageEnd();
        #if SILVERLIGHT
                return(oprot_.Transport.BeginFlush(callback, state));
        #else
                oprot_.Transport.Flush();
        #endif
            }