public void send_getMessageBoxListByStatus(string channelId, int lastMessagesCount, int status) #endif { oprot_.WriteMessageBegin(new TMessage("getMessageBoxListByStatus", TMessageType.Call, seqid_)); getMessageBoxListByStatus_args args = new getMessageBoxListByStatus_args(); args.ChannelId = channelId; args.LastMessagesCount = lastMessagesCount; args.Status = status; args.Write(oprot_); oprot_.WriteMessageEnd(); #if SILVERLIGHT return oprot_.Transport.BeginFlush(callback, state); #else oprot_.Transport.Flush(); #endif }