protected internal override IAsyncResult BeginSessionExecute(Session session, object tag, AsyncCallback callback, object state) { return session.BeginExecuteQuery(PreparedStatement.Id, PreparedStatement.Metadata, _values, callback, state, ConsistencyLevel, this, this, tag, IsTracing); }
protected internal override IAsyncResult BeginSessionExecute(Session session, object tag, AsyncCallback callback, object state) { return(session.BeginExecuteQuery(PreparedStatement.Id, PreparedStatement.Metadata, _values, callback, state, ConsistencyLevel, this, this, tag, IsTracing)); }