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

End_describe_partitioner() public method

public End_describe_partitioner ( IAsyncResult asyncResult ) : string
asyncResult IAsyncResult
return string
      public string End_describe_partitioner(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_describe_partitioner();
      }
Cassandra.Client