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