Skip to content

Commit 7f1dd78

Browse files
carlossanlopRon Petrusha
authored andcommitted
Document System.Threading.Timer.ActiveCount (#2858)
* Document System.Threading.Timer.ActiveCount * Update Timer.xml
1 parent b9e32f6 commit 7f1dd78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Threading/Timer.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ Sub TimerCallback(state As Object)
460460
<ReturnType>System.Int64</ReturnType>
461461
</ReturnValue>
462462
<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>
465465
<remarks>To be added.</remarks>
466466
</Docs>
467467
</Member>
@@ -928,4 +928,4 @@ Sub TimerCallback(state As Object)
928928
</Docs>
929929
</Member>
930930
</Members>
931-
</Type>
931+
</Type>

0 commit comments

Comments
 (0)