Skip to content

Commit 3532c76

Browse files
authored
Update AutoResetEvent.xml - clarified definition (#9566)
Clarified definition of AutoResetEvent to make initial definition more clear.
1 parent c3def79 commit 3532c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Threading/AutoResetEvent.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</Attribute>
5656
</Attributes>
5757
<Docs>
58-
<summary>Represents a thread synchronization event that, when signaled, resets automatically after releasing a single waiting thread. This class cannot be inherited.</summary>
58+
<summary>Represents a thread synchronization event that, when signaled, releases one single waiting thread, and the event resets automatically. If no thread is waiting, the next thread that is set to the waiting state is immediately released, and the event resets automatically. This class cannot be inherited.</summary>
5959
<remarks>
6060
<format type="text/markdown"><![CDATA[
6161

0 commit comments

Comments
 (0)