C# Class UniRx.Scheduler.ThreadPoolScheduler

Inheritance: IScheduler
Afficher le fichier Open project: vbandi/MVPToolkit-Unity

Méthodes publiques

Méthode Description
Schedule ( Action action ) : IDisposable
Schedule ( TimeSpan dueTime, Action action ) : IDisposable

Method Details

Schedule() public méthode

public Schedule ( Action action ) : IDisposable
action Action
Résultat IDisposable

Schedule() public méthode

public Schedule ( TimeSpan dueTime, Action action ) : IDisposable
dueTime TimeSpan
action Action
Résultat IDisposable