public WriteHandler(AsyncQuery parent, AsyncClient client, Arguments args, string binName, int max) { this.parent = parent; this.client = client; this.args = args; this.binName = binName; this.max = max; }
public RecordSequenceHandler(AsyncQuery parent, string binName) { this.parent = parent; this.binName = binName; }