Apache.Cassandra.Cassandra.Client.Begin_execute_prepared_cql_query C# (CSharp) Method

Begin_execute_prepared_cql_query() public method

public Begin_execute_prepared_cql_query ( AsyncCallback callback, object state, int itemId, List values ) : IAsyncResult
callback AsyncCallback
state object
itemId int
values List
return IAsyncResult
      public IAsyncResult Begin_execute_prepared_cql_query(AsyncCallback callback, object state, int itemId, List<byte[]> values)
      {
        return send_execute_prepared_cql_query(callback, state, itemId, values);
      }
Cassandra.Client