alterEdge method
Implementation
alterEdge(int seqid, TProtocol iprot, TProtocol oprot) async {
alterEdge_args args = new alterEdge_args();
args.read(iprot);
iprot.readMessageEnd();
alterEdge_result result = new alterEdge_result();
result.success = await iface_.alterEdge(args.req);
oprot.writeMessageBegin(
new TMessage("alterEdge", TMessageType.REPLY, seqid));
result.write(oprot);
oprot.writeMessageEnd();
oprot.trans_.flush();
}