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

Begin_get_count() public method

public Begin_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 Begin_get_count(AsyncCallback callback, object state, byte[] key, ColumnParent column_parent, SlicePredicate predicate, ConsistencyLevel consistency_level)
      {
        return send_get_count(callback, state, key, column_parent, predicate, consistency_level);
      }
Cassandra.Client