Apache.Cassandra051.Cassandra.Client.recv_multiget_slice()

Here are the examples of the csharp api class Apache.Cassandra051.Cassandra.Client.recv_multiget_slice() taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Example 7

1. Example

Project: hectorsharp
Source File: Cassandra.cs
public Dictionary<string, List<ColumnOrSuperColumn>> multiget_slice(string keyspace, List<string> keys, ColumnParent column_parent, SlicePredicate predicate, ConsistencyLevel consistency_level)
      {
        send_multiget_slice(keyspace, keys, column_parent, predicate, consistency_level);
        return recv_multiget_slice();
      }