IActorRuntime.OnActorHalted event

Callback that is fired when an actor has halted and the runtime has stopped managing it.

public event OnActorHaltedHandler OnActorHalted;

See Also