Skip to content

Situation where data is changed between Count() and GetItemsAt()? #15

Description

We're getting data from a SQLite database (on mobile), which can be updated from a web service via another thread.

Therefore there's the possibility that, between calling Count() and getting items, the number of items in the database table have changed due to other updates.

How will VirtualizingObservableCollection handle this? If it won't, any thoughts on how best to mitigate/handle it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions