C# Class MassTransit.Cluster.TimerExtensions

Afficher le fichier Open project: fivepmtechnology/MassTransit-Cluster

Méthodes publiques

Méthode Description
Change ( this timer, System.TimeSpan interval ) : bool
Change ( this timer, System.TimeSpan dueTime, System.TimeSpan interval ) : bool
Stop ( this timer ) : bool

Method Details

Change() public static méthode

public static Change ( this timer, System.TimeSpan interval ) : bool
timer this
interval System.TimeSpan
Résultat bool

Change() public static méthode

public static Change ( this timer, System.TimeSpan dueTime, System.TimeSpan interval ) : bool
timer this
dueTime System.TimeSpan
interval System.TimeSpan
Résultat bool

Stop() public static méthode

public static Stop ( this timer ) : bool
timer this
Résultat bool