Actor.OnEventIgnored method

Callback that is invoked when the actor ignores an event and removes it from its inbox.

protected virtual void OnEventIgnored(Event e)
parameter description
e The event that was ignored.

See Also