' Classes/System/Threading/AutoResetEvent.ab #ifndef __SYSTEM_THREADING_AUTORESETEVENT_AB__ #define __SYSTEM_THREADING_AUTORESETEVENT_AB__ NameSpace System NameSpace Threading Class AutoResetEvent Inherits System.Threading.EventWaitHandle Public Sub AutoResetEvent(initialState As Boolean) This.EventWaitHandle(initialState,EventResetMode.AutoReset) End Sub End Class End Namespace End Namespace #endif