Apache.Cassandra.Cassandra.Client.describe_version C# (CSharp) 메소드

describe_version() 공개 메소드

get the thrift api version
public describe_version ( ) : string
리턴 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