Example #1
0
 public void send_GetAllPorts(string componentID)
 {
     oprot_.WriteMessageBegin(new TMessage("GetAllPorts", TMessageType.Call, seqid_));
     GetAllPorts_args args = new GetAllPorts_args();
     args.ComponentID = componentID;
     args.Write(oprot_);
     oprot_.WriteMessageEnd();
     oprot_.Transport.Flush();
 }