diff --git a/xml/System.Threading/Timer.xml b/xml/System.Threading/Timer.xml index a4cf6f3e451..36b95fa9c27 100644 --- a/xml/System.Threading/Timer.xml +++ b/xml/System.Threading/Timer.xml @@ -594,7 +594,7 @@ Sub TimerCallback(state As Object) - The amount of time to delay before the invoking the callback method specified when the was constructed, in milliseconds. Specify to prevent the timer from restarting. Specify zero (0) to restart the timer immediately. + The amount of time to delay before the invoking the callback method specified when the was constructed, in milliseconds. Specify to prevent the timer from restarting. Specify zero (0) to restart the timer immediately. This value must be less than or equal to 4294967294. The time interval between invocations of the callback method specified when the was constructed, in milliseconds. Specify to disable periodic signaling. Changes the start time and the interval between method invocations for a timer, using 64-bit signed integers to measure time intervals. @@ -614,8 +614,11 @@ Sub TimerCallback(state As Object) ]]> The has already been disposed. - The or parameter is less than -1. - The or parameter is greater than 4294967294. + or is less than -1. + +-or- + + or is greater than 4294967294. Timers