Apache.Cassandra051.Cassandra.Client.recv_get_string_list_property()

Here are the examples of the csharp api class Apache.Cassandra051.Cassandra.Client.recv_get_string_list_property() 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 List<string> get_string_list_property(string property)
      {
        send_get_string_list_property(property);
        return recv_get_string_list_property();
      }