Rev | Line | |
---|
[419] | 1 | ' Classes/System/Threading/ManualResetEvent.ab
|
---|
[417] | 2 |
|
---|
[419] | 3 | #ifndef __SYSTEM_THREADING_MANUALRESETEVENT_AB__
|
---|
| 4 | #define __SYSTEM_THREADING_MANUALRESETEVENT_AB__
|
---|
| 5 |
|
---|
[417] | 6 | NameSpace System
|
---|
| 7 | NameSpace Threading
|
---|
| 8 |
|
---|
| 9 | Class ManualResetEvent
|
---|
| 10 | Inherits System.Threading.EventWaitHandle
|
---|
| 11 |
|
---|
| 12 | Public
|
---|
| 13 | Sub ManualResetEvent(initialState As Boolean)
|
---|
| 14 | This.EventWaitHandle(initialState,EventResetMode.ManualReset)
|
---|
| 15 | End Sub
|
---|
| 16 |
|
---|
| 17 | End Class
|
---|
| 18 |
|
---|
| 19 | End Namespace
|
---|
[419] | 20 | End Namespace
|
---|
| 21 |
|
---|
| 22 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.