C# Class MvvmCross.Platform.Core.MvxAsyncDispatcher

Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
BeginAsync ( System.Action action ) : void
BeginAsync ( Action action, object state ) : void

Method Details

BeginAsync() public static méthode

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

BeginAsync() public static méthode

public static BeginAsync ( Action action, object state ) : void
action Action
state object
Résultat void