Timer
(static) int BreakCount( get; set; )
(static) TimerPriority ComputePriority( TimeSpan ts )
(static) Timer DelayCall( TimerCallback callback )
(static) Timer DelayCall( TimerStateCallback<T> callback, T state )
(static) Timer DelayCall( TimerStateCallback callback, object state )
(static) Timer DelayCall( TimeSpan delay, TimerCallback callback )
(static) Timer DelayCall( TimeSpan delay, TimeSpan interval, TimerCallback callback )
(static) Timer DelayCall( TimeSpan delay, TimerStateCallback callback, object state )
(static) Timer DelayCall( TimeSpan delay, TimerStateCallback<T> callback, T state )
(static) Timer DelayCall( TimeSpan delay, TimeSpan interval, int count, TimerCallback callback )
(static) Timer DelayCall( TimeSpan delay, TimeSpan interval, TimerStateCallback<T> callback, T state )
(static) Timer DelayCall( TimeSpan delay, TimeSpan interval, TimerStateCallback callback, object state )
(static) Timer DelayCall( TimeSpan delay, TimeSpan interval, int count, TimerStateCallback<T> callback, T state )
(static) Timer DelayCall( TimeSpan delay, TimeSpan interval, int count, TimerStateCallback callback, object state )
(static) void DumpInfo( TextWriter tw )
(static) string FormatDelegate( Delegate callback )
(static) void Slice()
(ctor) Timer( TimeSpan delay )
(ctor) Timer( TimeSpan delay, TimeSpan interval )
(ctor) Timer( TimeSpan delay, TimeSpan interval, int count )
bool DefRegCreation( get; )
TimeSpan Delay( get; set; )
TimeSpan Interval( get; set; )
DateTime Next( get; )
TimerPriority Priority( get; set; )
bool Running( get; set; )
TimerProfile GetProfile()
virtual void OnTick()
void RegCreation()
void Start()
void Stop()
virtual string ToString()