C# Class MassTransit.Cluster.TimerExtensions

Exibir arquivo Open project: fivepmtechnology/MassTransit-Cluster

Public Methods

Method 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 method

public static Change ( this timer, System.TimeSpan interval ) : bool
timer this
interval System.TimeSpan
return bool

Change() public static method

public static Change ( this timer, System.TimeSpan dueTime, System.TimeSpan interval ) : bool
timer this
dueTime System.TimeSpan
interval System.TimeSpan
return bool

Stop() public static method

public static Stop ( this timer ) : bool
timer this
return bool