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

End_get_range_slices() public method

public End_get_range_slices ( IAsyncResult asyncResult ) : List
asyncResult IAsyncResult
return List
      public List<KeySlice> End_get_range_slices(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_get_range_slices();
      }
Cassandra.Client