System.Threading.Timer: Method Members

The methods of System.Threading.Timer are listed below. For a list of all members, see the Timer Members list.

See Also: Inherited members from System.MarshalByRefObject

Public Methods

Change(int, int) : bool

Changes the start time and the interval between method invocations for a timer, using 32-bit signed integers to measure time intervals.

Change(long, long) : bool

Changes the start time and the interval between method invocations for a timer, using 64-bit signed integers to measure time intervals.

Change(TimeSpan, TimeSpan) : bool

Changes the start time and the interval between method invocations for a timer, using TimeSpan values to measure time intervals.

Change(uint, uint) : bool

Changes the start time and the interval between method invocations for a timer, using 32-bit unsigned integers to measure time intervals.

Dispose()

Releases all resources used by the current instance of System.Threading.Timer.

Dispose(WaitHandle) : bool

Releases all resources used by the current instance of System.Threading.Timer and signals when the timer has been disposed of.