C# Class FFImageLoading.Helpers.MainThreadDispatcher

Inheritance: IMainThreadDispatcher
Afficher le fichier Open project: daniel-luberda/FFImageLoading

Méthodes publiques

Méthode Description
Post ( System.Action action ) : void
PostAsync ( System.Action action ) : System.Threading.Tasks.Task

Method Details

Post() public méthode

public Post ( System.Action action ) : void
action System.Action
Résultat void

PostAsync() public méthode

public PostAsync ( System.Action action ) : System.Threading.Tasks.Task
action System.Action
Résultat System.Threading.Tasks.Task