3 references to Change
mscorlib (3)
system\threading\timer.cs (3)
989return m_timer.Change((UInt32)dueTime, (UInt32)period); 1000return m_timer.Change(dueTime, period); 1015return m_timer.Change((UInt32)dueTime, (UInt32)period);