TestActorRef<(Of <(<'T>)>)> Members
The TestActorRef<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Create | |
![]() |
Equals(System.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.) |
![]() |
Forward |
Forwards the message using the current Sender
(Inherited from ActorRef.) |
![]() |
GetChild | (Inherited from LocalActorRef.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetSingleChild | (Inherited from LocalActorRef.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Receive |
Directly inject messages into actor receive behavior. Any exceptions
thrown will be available to you, while still being able to use
become/unbecome.
|
![]() |
Restart | (Inherited from LocalActorRef.) |
![]() |
Resume | (Inherited from LocalActorRef.) |
![]() |
Start | (Inherited from LocalActorRef.) |
![]() |
Stop | (Inherited from LocalActorRef.) |
![]() |
Suspend | (Inherited from LocalActorRef.) |
![]() |
Tell(Object, ActorRef) | (Inherited from ActorRef.) |
![]() |
Tell(Object) | (Inherited from ActorRef.) |
![]() |
TellInternal | (Inherited from LocalActorRef.) |
![]() |
ToString | |
![]() |
Unwatch |
Deregisters this actor from being a death monitor of the provided ActorRef
This means that this actor will not get a Terminated()-message when the provided actor
is permanently terminated.
Returns the same ActorRef that is provided to it, to allow for cleaner invocations.
|
![]() |
Watch |
Registers this actor to be a death monitor of the provided ActorRef
This means that this actor will get a Terminated()-message when the provided actor
is permanently terminated.
Returns the same ActorRef that is provided to it, to allow for cleaner invocations.
|
Properties
Name | Description | |
---|---|---|
![]() |
Cell | (Inherited from LocalActorRef.) |
![]() |
Children | (Inherited from LocalActorRef.) |
![]() |
CreateMailbox | (Inherited from LocalActorRef.) |
![]() |
Dispatcher | (Inherited from LocalActorRef.) |
![]() |
IsLocal | (Inherited from LocalActorRef.) |
![]() |
IsTerminated | (Inherited from InternalActorRef.) |
![]() |
Parent | (Inherited from LocalActorRef.) |
![]() |
Path | (Inherited from LocalActorRef.) |
![]() |
Props | (Inherited from LocalActorRef.) |
![]() |
Provider | (Inherited from LocalActorRef.) |
![]() |
Supervisor | (Inherited from LocalActorRef.) |
![]() |
System | (Inherited from LocalActorRef.) |
![]() |
Underlying | (Inherited from LocalActorRef.) |
![]() |
UnderlyingActor |