You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Threading/Timer.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -460,8 +460,8 @@ Sub TimerCallback(state As Object)
460
460
<ReturnType>System.Int64</ReturnType>
461
461
</ReturnValue>
462
462
<Docs>
463
-
<summary>To be added.</summary>
464
-
<value>To be added.</value>
463
+
<summary>Gets the number of timers that are currently active. An active timer is registered to tick at some point in the future, and has not yet been canceled.</summary>
464
+
<value>The number of timers that are currently active.</value>
465
465
<remarks>To be added.</remarks>
466
466
</Docs>
467
467
</Member>
@@ -928,4 +928,4 @@ Sub TimerCallback(state As Object)
0 commit comments