Click or drag to resize
Akka.NETInternalTestActorRefTestActorCell Class
TBD
Inheritance Hierarchy
SystemObject
  Akka.ActorActorCell
    Akka.TestKit.InternalInternalTestActorRefTestActorCell

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected class TestActorCell : ActorCell

The InternalTestActorRefTestActorCell type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyActor
TBD
Public propertyChildrenContainer
TBD
(Inherited from ActorCell.)
Public propertyCurrentEnvelopeId
TBD
(Inherited from ActorCell.)
Public propertyCurrentMessage
TBD
(Inherited from ActorCell.)
Public propertyDispatcher
TBD
(Inherited from ActorCell.)
Public propertyHasMessages
TBD
(Inherited from ActorCell.)
Public propertyIsLocal
TBD
(Inherited from ActorCell.)
Protected propertyIsNormal
TBD
(Inherited from ActorCell.)
Public propertyIsTerminated
TBD
(Inherited from ActorCell.)
Protected propertyIsTerminating
TBD
(Inherited from ActorCell.)
Public propertyMailbox
TBD
(Inherited from ActorCell.)
Public propertyNumberOfMessages
TBD
(Inherited from ActorCell.)
Public propertyParent
TBD
(Inherited from ActorCell.)
Public propertyProps
TBD
(Inherited from ActorCell.)
Public propertyReceiveTimeout
TBD
(Inherited from ActorCell.)
Public propertySelf
TBD
(Inherited from ActorCell.)
Public propertySender
TBD
(Inherited from ActorCell.)
Public propertySystem
TBD
(Inherited from ActorCell.)
Public propertySystemImpl
TBD
(Inherited from ActorCell.)
Public propertyTaskScheduler
TBD
(Inherited from ActorCell.)
Top
Methods
  NameDescription
Public methodActorOf
TBD
(Inherited from ActorCell.)
Public methodActorSelection(String)
TBD
(Inherited from ActorCell.)
Public methodActorSelection(ActorPath)
TBD
(Inherited from ActorCell.)
Protected methodAddressTerminated
TBD
(Inherited from ActorCell.)
Protected methodAddWatcher
TBD
(Inherited from ActorCell.)
Public methodAttachChild
TBD
(Inherited from ActorCell.)
Protected methodAutoReceiveMessage
TBD
(Overrides ActorCellAutoReceiveMessage(Envelope).)
Public methodBecome
TBD
(Inherited from ActorCell.)
Public methodBecomeStacked
TBD
(Inherited from ActorCell.)
Public methodCheckReceiveTimeout
TBD
(Inherited from ActorCell.)
Protected methodClearActor
TBD
(Inherited from ActorCell.)
Protected methodClearActorCell
TBD
(Inherited from ActorCell.)
Protected methodCreateNewActorInstance
TBD
(Inherited from ActorCell.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetChildByName Obsolete. (Inherited from ActorCell.)
Public methodGetChildren
TBD
(Inherited from ActorCell.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSingleChild Obsolete. (Inherited from ActorCell.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit
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.)
Public methodInitChild
This should only be used privately or when creating the root actor.
(Inherited from ActorCell.)
Public methodInvoke
Invokes the specified envelope.
(Inherited from ActorCell.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodPrepareForNewActor
TBD
(Inherited from ActorCell.)
Protected methodPreStart
Allow extra pre-start initialization in derived classes
(Inherited from ActorCell.)
Protected methodReceivedTerminated
TBD
(Inherited from ActorCell.)
Public methodReceiveMessageForTest
This is only intended to be called from TestKit's TestActorRef
(Inherited from ActorCell.)
Protected methodRemoveChildAndGetStateChange
TBD
(Inherited from ActorCell.)
Protected methodRemWatcher
TBD
(Inherited from ActorCell.)
Public methodReserveChild
TBD
(Inherited from ActorCell.)
Public methodRestart
Restarts the specified cause.
(Inherited from ActorCell.)
Public methodResume
Resumes the specified caused by failure.
(Inherited from ActorCell.)
Public methodSendMessage(Envelope)
TBD
(Inherited from ActorCell.)
Public methodSendMessage(IActorRef, Object)
TBD
(Inherited from ActorCell.)
Public methodSendSystemMessage
TBD
(Inherited from ActorCell.)
Protected methodSetActorFields
TBD
(Inherited from ActorCell.)
Protected methodSetChildrenTerminationReason
TBD
(Inherited from ActorCell.)
Public methodSetReceiveTimeout
TBD
(Inherited from ActorCell.)
Protected methodSetTerminated
TBD
(Inherited from ActorCell.)
Public methodStart
Starts this instance.
(Inherited from ActorCell.)
Protected methodStash
TBD
(Inherited from ActorCell.)
Public methodStop
Async stop this actor
(Inherited from ActorCell.)
Public methodStop(IActorRef)
Stops the specified child.
(Inherited from ActorCell.)
Public methodSuspend
Suspends this instance.
(Inherited from ActorCell.)
Protected methodTellWatchersWeDied
TBD
(Inherited from ActorCell.)
Public methodTerminatedQueuedFor
TBD
(Inherited from ActorCell.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetChildStatsByName
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.)
Protected methodTryGetChildStatsByRef
Tries to get the stats for the specified child.
Remarks
Since the child exists ChildRestartStats is the only valid IChildStats.
(Inherited from ActorCell.)
Public methodTryGetSingleChild
TBD
(Inherited from ActorCell.)
Public methodUnbecomeStacked
TBD
(Inherited from ActorCell.)
Protected methodUnreserveChild
TBD
(Inherited from ActorCell.)
Public methodUnwatch
TBD
(Inherited from ActorCell.)
Protected methodUnwatchWatchedActors
TBD
(Inherited from ActorCell.)
Public methodUseThreadContext
TBD
(Inherited from ActorCell.)
Public methodWatch
TBD
(Inherited from ActorCell.)
Protected methodWatchedActorTerminated
When this actor is watching the subject of Terminated message it will be propagated to user's receive.
(Inherited from ActorCell.)
Top
Extension Methods
See Also