Click or drag to resize
Act Methods

The Act type exposes the following members.

Methods
  NameDescription
Public methodActorOf
Public methodAroundPostRestart
Can be overridden to intercept calls to `postRestart`. Calls `postRestart` by default.
(Inherited from ActorBase.)
Public methodAroundPostStop
Can be overridden to intercept calls to `postStop`. Calls `postStop` by default..
(Inherited from ActorBase.)
Public methodAroundPreRestart
Can be overridden to intercept calls to `preRestart`. Calls `preRestart` by default.
(Inherited from ActorBase.)
Public methodAroundPreStart
Can be overridden to intercept calls to `preStart`. Calls `preStart` by default.
(Inherited from ActorBase.)
Public methodBecome
Public methodBecomeStacked
Public methodDefaultPostRestart
Public methodDefaultPostStop
Public methodDefaultPreRestart
Public methodDefaultPreStart
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReceiveT(ActionT, IActorContext)
Public methodReceiveT(PredicateT, ActionT, IActorContext)
Public methodReceiveT(ActionT, IActorContext, PredicateT)
Public methodReceiveAny
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnbecomeStacked
Top
Extension Methods
See Also