RoutedActorCell Members

The RoutedActorCell type exposes the following members.

Constructors


  Name Description
Public method RoutedActorCell

Methods


  Name Description
Public method ActorOf(Props, String) (Inherited from ActorCell.)
Public method ActorOf<(Of <<'(TActor>)>>)(String) (Inherited from ActorCell.)
Public method ActorSelection(String) (Inherited from ActorCell.)
Public method ActorSelection(ActorPath) (Inherited from ActorCell.)
Protected method AutoReceiveMessage (Inherited from ActorCell.)
Public method Become (Inherited from ActorCell.)
Public method CheckReceiveTimeout (Inherited from ActorCell.)
Protected method ClearActor (Inherited from ActorCell.)
Protected method ClearActorCell (Inherited from ActorCell.)
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 GetChildByName (Inherited from ActorCell.)
Public method GetChildren (Inherited from ActorCell.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetSingleChild (Inherited from ActorCell.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Init (Inherited from ActorCell.)
Public method InitChild
This should only be used privately or when creating the root actor.
(Inherited from ActorCell.)
Public method Invoke
Invokes the specified envelope.
(Inherited from ActorCell.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Post
Protected method PreStart (Inherited from ActorCell.)
Public method ReceiveMessageForTest
This is only intended to be called from TestKit's TestActorRef
(Inherited from ActorCell.)
Public method ReserveChild (Inherited from ActorCell.)
Public method Restart()()()()
Async restart this actor
(Inherited from ActorCell.)
Public method Restart(Exception)
Restarts the specified cause.
(Inherited from ActorCell.)
Public method Resume
Resumes the specified caused by failure.
(Inherited from ActorCell.)
Public method SetReceiveTimeout (Inherited from ActorCell.)
Public method Start
Starts this instance.
(Inherited from ActorCell.)
Public method Stop(ActorRef)
Stops the specified child.
(Inherited from ActorCell.)
Public method Stop()()()()
Async stop this actor
(Inherited from ActorCell.)
Public method Suspend
Suspends this instance.
(Inherited from ActorCell.)
Public method SwapMailbox (Inherited from ActorCell.)
Public method SystemInvoke
Systems the invoke.
(Inherited from ActorCell.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Unbecome (Inherited from ActorCell.)
Public method Unwatch
May only be called from the owner actor
(Inherited from ActorCell.)
Public method UseThreadContext (Inherited from ActorCell.)
Public method Watch
May only be called from the owner actor
(Inherited from ActorCell.)

Properties


  Name Description
Protected property Actor (Inherited from ActorCell.)
Public property CurrentMessage (Inherited from ActorCell.)
Public property Dispatcher (Inherited from ActorCell.)
Public property HasMessages (Inherited from ActorCell.)
Public property IsLocal (Inherited from ActorCell.)
Public property Mailbox (Inherited from ActorCell.)
Public property NumberOfMessages (Inherited from ActorCell.)
Public property Parent (Inherited from ActorCell.)
Public property Props (Inherited from ActorCell.)
Public property RouteeProps
Public property Router
Public property Self (Inherited from ActorCell.)
Public property Sender (Inherited from ActorCell.)
Public property System (Inherited from ActorCell.)