TestActorRef<(Of <(<'T>)>)> Members

The TestActorRef<(Of <(<'T>)>)> type exposes the following members.

Methods


  Name Description
Public method Static member Create
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method Forward
Forwards the message using the current Sender
(Inherited from ActorRef.)
Public method GetChild (Inherited from LocalActorRef.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetSingleChild (Inherited from LocalActorRef.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Receive
Directly inject messages into actor receive behavior. Any exceptions thrown will be available to you, while still being able to use become/unbecome.
Public method Restart (Inherited from LocalActorRef.)
Public method Resume (Inherited from LocalActorRef.)
Public method Start (Inherited from LocalActorRef.)
Public method Stop (Inherited from LocalActorRef.)
Public method Suspend (Inherited from LocalActorRef.)
Public method Tell(Object, ActorRef) (Inherited from ActorRef.)
Public method Tell(Object) (Inherited from ActorRef.)
Protected method TellInternal (Inherited from LocalActorRef.)
Public method ToString
Public method 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.
Public method 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
Public property Cell (Inherited from LocalActorRef.)
Public property Children (Inherited from LocalActorRef.)
Protected property CreateMailbox (Inherited from LocalActorRef.)
Protected property Dispatcher (Inherited from LocalActorRef.)
Public property IsLocal (Inherited from LocalActorRef.)
Public property IsTerminated (Inherited from InternalActorRef.)
Public property Parent (Inherited from LocalActorRef.)
Public property Path (Inherited from LocalActorRef.)
Protected property Props (Inherited from LocalActorRef.)
Public property Provider (Inherited from LocalActorRef.)
Protected property Supervisor (Inherited from LocalActorRef.)
Protected property System (Inherited from LocalActorRef.)
Public property Underlying (Inherited from LocalActorRef.)
Public property UnderlyingActor