IActorRuntimeLog.OnEnqueueEvent method

Invoked when the specified event is about to be enqueued to an actor.

public void OnEnqueueEvent(ActorId id, Event e)
parameter description
id The id of the actor that the event is being enqueued to.
e The event being enqueued.

See Also