Пример #1
0
 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);
 }
Пример #2
0
 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));
 }