From df4790f40b3cb3b05d7482a2be1b9dc55299cc52 Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Mon, 29 Jul 2019 14:16:08 -0700 Subject: [PATCH 1/2] Document System.Threading.Timer.ActiveCount --- xml/System.Threading/Timer.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Threading/Timer.xml b/xml/System.Threading/Timer.xml index 36488912894..01fbb57fa9e 100644 --- a/xml/System.Threading/Timer.xml +++ b/xml/System.Threading/Timer.xml @@ -460,8 +460,8 @@ Sub TimerCallback(state As Object) System.Int64 - To be added. - To be added. + 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. + A that represents the number of timers that are currently active. To be added. From 8a74709f211678e78db6540806cdf070a3cb24e4 Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Mon, 29 Jul 2019 15:12:02 -0700 Subject: [PATCH 2/2] Update Timer.xml --- xml/System.Threading/Timer.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Threading/Timer.xml b/xml/System.Threading/Timer.xml index 01fbb57fa9e..a91be65bec0 100644 --- a/xml/System.Threading/Timer.xml +++ b/xml/System.Threading/Timer.xml @@ -461,7 +461,7 @@ Sub TimerCallback(state As Object) 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. - A that represents the number of timers that are currently active. + The number of timers that are currently active. To be added. @@ -928,4 +928,4 @@ Sub TimerCallback(state As Object) - \ No newline at end of file +