Beispiel #1
0
 public void send_GetChannelPropertyKeys(string channelID)
 {
     oprot_.WriteMessageBegin(new TMessage("GetChannelPropertyKeys", TMessageType.Call, seqid_));
     GetChannelPropertyKeys_args args = new GetChannelPropertyKeys_args();
     args.ChannelID = channelID;
     args.Write(oprot_);
     oprot_.WriteMessageEnd();
     oprot_.Transport.Flush();
 }