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