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

End_describe_ring() public method

public End_describe_ring ( IAsyncResult asyncResult ) : List
asyncResult IAsyncResult
return List
      public List<TokenRange> End_describe_ring(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_describe_ring();
      }
Cassandra.Client