Trigger an action to start after X milliseconds
问题 I'm developing a Xamarin Forms mobile app, which has a page containing a SearchBar, a ListView, and Map control. The list view contains a list of addresses, which are reflected as pins on the map. As the user types in the SearchBar, the ListView is automatically updated (through ViewModel binding). The ViewModel method that filters the datasource for the list looks something like this... void FilterList() { listDataSource = new ObservableCollection<location>( locationData.Where(l => l.Address