IActorRuntimeLog.OnHandleRaisedEvent method

Invoked when the specified actor handled a raised event.

public void OnHandleRaisedEvent(ActorId id, string stateName, Event e)
parameter description
id The id of the actor handling the event.
stateName The state name, if the actor is a state machine and a state exists, else null.
e The event being handled.

See Also