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

send_execute_prepared_cql_query() public method

public send_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 send_execute_prepared_cql_query(AsyncCallback callback, object state, int itemId, List<byte[]> values)
      #else

Same methods

Cassandra.Client::send_execute_prepared_cql_query ( int itemId, List values ) : void
Cassandra.Client