Thread safely ObservableCollection
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
public interface IDispatcher
|
||||
{
|
||||
Task Invoke(Action action);
|
||||
|
||||
bool CheckAccess();
|
||||
}
|
||||
Reference in New Issue
Block a user