source:
trunk/Include/Classes/System/Threading/AutoResetEvent.ab@
418
Last change on this file since 418 was 417, checked in by , 17 years ago | |
---|---|
File size: 281 bytes |
Line | |
---|---|
1 | |
2 | NameSpace System |
3 | NameSpace Threading |
4 | |
5 | Class AutoResetEvent |
6 | Inherits System.Threading.EventWaitHandle |
7 | |
8 | Public |
9 | Sub AutoResetEvent(initialState As Boolean) |
10 | This.EventWaitHandle(initialState,EventResetMode.AutoReset) |
11 | End Sub |
12 | |
13 | End Class |
14 | |
15 | End Namespace |
16 | End Namespace |
Note:
See TracBrowser
for help on using the repository browser.