TestActorCell Methods |
The InternalTestActorRefTestActorCell type exposes the following members.
Name | Description | |
---|---|---|
ActorOf |
TBD
(Inherited from ActorCell.) | |
ActorSelection(String) |
TBD
(Inherited from ActorCell.) | |
ActorSelection(ActorPath) |
TBD
(Inherited from ActorCell.) | |
AddressTerminated |
TBD
(Inherited from ActorCell.) | |
AddWatcher |
TBD
(Inherited from ActorCell.) | |
AttachChild |
TBD
(Inherited from ActorCell.) | |
AutoReceiveMessage |
TBD
(Overrides ActorCellAutoReceiveMessage(Envelope).) | |
Become |
TBD
(Inherited from ActorCell.) | |
BecomeStacked |
TBD
(Inherited from ActorCell.) | |
CheckReceiveTimeout |
TBD
(Inherited from ActorCell.) | |
ClearActor |
TBD
(Inherited from ActorCell.) | |
ClearActorCell |
TBD
(Inherited from ActorCell.) | |
CreateNewActorInstance |
TBD
(Inherited from ActorCell.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetChildByName | Obsolete.
Obsolete. Use TryGetChildStatsByName(String, IChildStats) instead.
(Inherited from ActorCell.) | |
GetChildren |
TBD
(Inherited from ActorCell.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSingleChild | Obsolete.
Obsolete. Use TryGetSingleChild(String, IInternalActorRef) instead.
(Inherited from ActorCell.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Init |
Initialize this cell, i.e. set up mailboxes and supervision. The UID must be
reasonably different from the previous UID of a possible actor with the same path,
which can be achieved by using ThreadLocalRandom (Inherited from ActorCell.) | |
InitChild |
This should only be used privately or when creating the root actor.
(Inherited from ActorCell.) | |
Invoke |
Invokes the specified envelope.
(Inherited from ActorCell.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PrepareForNewActor |
TBD
(Inherited from ActorCell.) | |
PreStart |
Allow extra pre-start initialization in derived classes
(Inherited from ActorCell.) | |
ReceivedTerminated |
TBD
(Inherited from ActorCell.) | |
ReceiveMessageForTest |
This is only intended to be called from TestKit's TestActorRef
(Inherited from ActorCell.) | |
RemoveChildAndGetStateChange |
TBD
(Inherited from ActorCell.) | |
RemWatcher |
TBD
(Inherited from ActorCell.) | |
ReserveChild |
TBD
(Inherited from ActorCell.) | |
Restart |
Restarts the specified cause.
(Inherited from ActorCell.) | |
Resume |
Resumes the specified caused by failure.
(Inherited from ActorCell.) | |
SendMessage(Envelope) |
TBD
(Inherited from ActorCell.) | |
SendMessage(IActorRef, Object) |
TBD
(Inherited from ActorCell.) | |
SendSystemMessage |
TBD
(Inherited from ActorCell.) | |
SetActorFields |
TBD
(Inherited from ActorCell.) | |
SetChildrenTerminationReason |
TBD
(Inherited from ActorCell.) | |
SetReceiveTimeout |
TBD
(Inherited from ActorCell.) | |
SetTerminated |
TBD
(Inherited from ActorCell.) | |
Start |
Starts this instance.
(Inherited from ActorCell.) | |
Stash |
TBD
(Inherited from ActorCell.) | |
Stop |
Async stop this actor
(Inherited from ActorCell.) | |
Stop(IActorRef) |
Stops the specified child.
(Inherited from ActorCell.) | |
Suspend |
Suspends this instance.
(Inherited from ActorCell.) | |
TellWatchersWeDied |
TBD
(Inherited from ActorCell.) | |
TerminatedQueuedFor |
TBD
(Inherited from ActorCell.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetChildStatsByName |
Tries to get the stats for the child with the specified name. The stats can be either ChildNameReserved
indicating that only a name has been reserved for the child, or a ChildRestartStats for a child that
has been initialized/created.
(Inherited from ActorCell.) | |
TryGetChildStatsByRef |
Tries to get the stats for the specified child.
(Inherited from ActorCell.)Remarks Since the child exists ChildRestartStats is the only valid IChildStats. | |
TryGetSingleChild |
TBD
(Inherited from ActorCell.) | |
UnbecomeStacked |
TBD
(Inherited from ActorCell.) | |
UnreserveChild |
TBD
(Inherited from ActorCell.) | |
Unwatch |
TBD
(Inherited from ActorCell.) | |
UnwatchWatchedActors |
TBD
(Inherited from ActorCell.) | |
UseThreadContext |
TBD
(Inherited from ActorCell.) | |
Watch |
TBD
(Inherited from ActorCell.) | |
WatchedActorTerminated |
When this actor is watching the subject of Terminated message
it will be propagated to user's receive.
(Inherited from ActorCell.) |
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |