EventsSynchronization..::..GetEvent Method (Object%, Int32, Object)
Deposits or gets new event. If there is any events to be get depositing thread enters wait state.
Namespace:
UAOOI.ProcessObserver.RealTime.ProcessesAssembly: RealTime (in RealTime.dll)
Syntax
Public Function GetEvent ( _ <OutAttribute> ByRef lastEvent As Object, _ TimeOut As Integer, _ callingMonitor As Object _ ) As Boolean
public: bool^ GetEvent( [OutAttribute] Object^% lastEvent, int^ TimeOut, Object^ callingMonitor )
Parameters
- lastEvent
- Type: Object%
The last event.
- TimeOut
- Type: Int32
The time out.
- callingMonitor
- Type: Object
The calling monitor.