Updates a timer-queue timer.
[Visual Basic] Overloads Public Function Change( _ ByVal dueTime As Long, _ ByVal period As Long _ ) As Boolean [C#] public bool Change( long dueTime, long period ); [C++] public: bool Change( __int64 dueTime, __int64 period ); [JScript] public function Change( dueTime : long, period : long ) : Boolean;
True if the function succeeds; otherwise, false.
Exception Type | Condition |
---|---|
ArgumentOutOfRangeException | If either dueTime or period is less than-1. |
NotSupportedException | If either dueTime or period is greater than 4294967294. |
Timer Class | Timer Members | System.Threading Namespace | Timer.Change Overload List