mscorlib(4.0.0.0) API with additions
System.Threading.Timer Member List

This is the complete list of members for System.Threading.Timer, including all inherited members.

Change(int dueTime, int period)System.Threading.Timer
Change(TimeSpan dueTime, TimeSpan period)System.Threading.Timer
Change(uint dueTime, uint period)System.Threading.Timer
Change(long dueTime, long period)System.Threading.Timer
CreateObjRef(Type requestedType)System.MarshalByRefObjectvirtual
Dispose(WaitHandle notifyObject)System.Threading.Timer
Dispose()System.Threading.Timer
GetLifetimeService()System.MarshalByRefObject
InitializeLifetimeService()System.MarshalByRefObjectvirtual
MemberwiseClone(bool cloneIdentity)System.MarshalByRefObjectprotected
Timer(TimerCallback callback, object state, int dueTime, int period)System.Threading.Timer
Timer(TimerCallback callback, object state, TimeSpan dueTime, TimeSpan period)System.Threading.Timer
Timer(TimerCallback callback, object state, uint dueTime, uint period)System.Threading.Timer
Timer(TimerCallback callback, object state, long dueTime, long period)System.Threading.Timer
Timer(TimerCallback callback)System.Threading.Timer