using System; using System.Runtime.InteropServices; namespace System.Threading { /// Represents the method that handles calls from a . /// An object containing application-specific information relevant to the method invoked by this delegate, or null. /// 2 // Token: 0x020006E1 RID: 1761 // (Invoke) Token: 0x0600420C RID: 16908 [ComVisible(true)] public delegate void TimerCallback(object state); }