Click or drag to resize
Akka.NETActReceiveAny Method
Overload List
  NameDescription
Protected methodReceiveAny(ActionObject)
Registers a handler for incoming messages of any type.
Remarks
This method may only be called when constructing the actor or from Become(Action) or BecomeStacked(Action).
Remarks
Note that handlers registered prior to this may have handled the message already. In that case, this handler will not be invoked.
(Inherited from ReceiveActor.)
Public methodReceiveAny(ActionObject, IActorContext)
TBD
Top
See Also