Apache.Cassandra.Cassandra.Client.recv_get_string_property()

Here are the examples of the csharp api class Apache.Cassandra.Cassandra.Client.recv_get_string_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 string get_string_property(string property)
      {
        send_get_string_property(property);
        return recv_get_string_property();
      }