ActorCell Methods

The ActorCell type exposes the following members.

Methods


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