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

EventsSynchronization..::..SetEvent Method (Object, Object)

Sets the event. Adds this event to process list and informs that new event occurs

Namespace:  UAOOI.ProcessObserver.RealTime.Processes
Assembly:  RealTime (in RealTime.dll)

Syntax


public void SetEvent(
	Object newEvent,
	Object callingMonitor
)
Public Sub SetEvent ( _
	newEvent As Object, _
	callingMonitor As Object _
)
public:
void SetEvent(
	Object^ newEvent, 
	Object^ callingMonitor
)

Parameters

newEvent
Type: Object
The new event.
callingMonitor
Type: Object
The calling monitor.