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

send_get_count() public method

public send_get_count ( AsyncCallback callback, object state, byte key, ColumnParent column_parent, SlicePredicate predicate, ConsistencyLevel consistency_level ) : IAsyncResult
callback AsyncCallback
state object
key byte
column_parent ColumnParent
predicate SlicePredicate
consistency_level ConsistencyLevel
return IAsyncResult
      public IAsyncResult send_get_count(AsyncCallback callback, object state, byte[] key, ColumnParent column_parent, SlicePredicate predicate, ConsistencyLevel consistency_level)
      #else

Same methods

Cassandra.Client::send_get_count ( byte key, ColumnParent column_parent, SlicePredicate predicate, ConsistencyLevel consistency_level ) : void
Cassandra.Client