Click or drag to resize
Akka.NETFunActorMessage, ReturnedUnhandled Method
Overload List
  NameDescription
Protected methodUnhandled(Object)
Is called when a message isn't handled by the current behavior of the actor by default it fails with either a DeathPactException (in case of an unhandled Terminated message) or publishes an UnhandledMessage to the actor's system's EventStream
(Inherited from ActorBase.)
Public methodUnhandled(Message)
Top
See Also