Act Methods |
The Act type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActorOf | |
![]() | AroundPostRestart |
Can be overridden to intercept calls to `postRestart`. Calls `postRestart` by default.
(Inherited from ActorBase.) |
![]() | AroundPostStop |
Can be overridden to intercept calls to `postStop`. Calls `postStop` by default..
(Inherited from ActorBase.) |
![]() | AroundPreRestart |
Can be overridden to intercept calls to `preRestart`. Calls `preRestart` by default.
(Inherited from ActorBase.) |
![]() | AroundPreStart |
Can be overridden to intercept calls to `preStart`. Calls `preStart` by default.
(Inherited from ActorBase.) |
![]() | Become | |
![]() | BecomeStacked | |
![]() | DefaultPostRestart | |
![]() | DefaultPostStop | |
![]() | DefaultPreRestart | |
![]() | DefaultPreStart | |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ReceiveT(ActionT, IActorContext) | |
![]() | ReceiveT(PredicateT, ActionT, IActorContext) | |
![]() | ReceiveT(ActionT, IActorContext, PredicateT) | |
![]() | ReceiveAny | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnbecomeStacked |
Name | Description | |
---|---|---|
![]() | AsInstanceOfT | (Defined by Extensions.) |
![]() | Match |
Matches the specified target.
(Defined by PatternMatch.) |