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

EventsSynchronization..::..GetEvent Method (Object%, Int32)

Gets the event. 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
)
Public Function GetEvent ( _
	<OutAttribute> ByRef lastEvent As Object, _
	TimeOut As Integer _
) As Boolean
public:
bool^ GetEvent(
	[OutAttribute] Object^% lastEvent, 
	int^ TimeOut
)

Parameters

lastEvent
Type: Object%
The last event.
TimeOut
Type: Int32
The time out.

Return Value