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

describe_version() public method

get the thrift api version
public describe_version ( ) : string
return string
      public string describe_version()
      {
        #if !SILVERLIGHT
        send_describe_version();
        return recv_describe_version();

        #else
        var asyncResult = Begin_describe_version(null, null, );
        return End_describe_version(asyncResult);

        #endif
      }
      #if SILVERLIGHT
Cassandra.Client