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