eDriven Framework API
Dispatches an event with an option for switching on delayed processing

Declaration Syntax
public void DispatchEvent(
Event e,
bool immediate
)
Public Sub DispatchEvent ( _
e As Event, _
immediate As Boolean _
)
public:
virtual void DispatchEvent(
Event^ e,
bool immediate
) sealed

Parameters
- e (Event)
- Event
- immediate (Boolean)
- Process immediatelly or on the next update?
Assembly:
eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)