wManager.Wow.Helpers Namespace
WRobot

Events Members

The Events type exposes the following members.

Methods


  Name Description
Public method Static member ClearEvents
Request cleaning of events (fire OnEventsClearRequest and OnEventsClearEnd). This is called by default when bot product is stopped.

Events


  Name Description
Public event Static member OnEventsClearEnd
Occurs when OnEventsClearRequest is done (called by ClearEvents()()()())
Public event Static member OnEventsClearRequest
Occurs when cleaning events is requested (called by ClearEvents()()()(), it is used by all events in Events and Events to detach automatically all events when stopping product.