UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

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.Processes
Assembly:  RealTime (in RealTime.dll)

Syntax


public bool GetEvent(
	out Object lastEvent,
	int TimeOut,
	Object callingMonitor
)
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.

Return Value