Click or drag to resize
Akka.NETInternalActorRefBase Class
INTERNAL API. Abstract implementation of IInternalActorRef.
Inheritance Hierarchy

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract class InternalActorRefBase : ActorRefBase, 
	IInternalActorRef, IActorRef, ICanTell, IEquatable<IActorRef>, 
	IComparable<IActorRef>, ISurrogated, IComparable, IActorRefScope

The InternalActorRefBase type exposes the following members.

Constructors
  NameDescription
Protected methodInternalActorRefBase
Initializes a new instance of the InternalActorRefBase class
Top
Properties
  NameDescription
Public propertyIsLocal
INTERNAL API. Used by built-in IActorRef implementations for handling internal operations that are not exposed directly to end-users.
Public propertyIsTerminated
INTERNAL API. Used by built-in IActorRef implementations for handling internal operations that are not exposed directly to end-users.
Public propertyParent
INTERNAL API. Used by built-in IActorRef implementations for handling internal operations that are not exposed directly to end-users.
Public propertyPath
TBD
(Inherited from ActorRefBase.)
Public propertyProvider
INTERNAL API. Used by built-in IActorRef implementations for handling internal operations that are not exposed directly to end-users.
Top
Methods
  NameDescription
Public methodCompareTo(Object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from ActorRefBase.)
Public methodCompareTo(IActorRef)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from ActorRefBase.)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from ActorRefBase.)
Public methodEquals(IActorRef)
Indicates whether the current object is equal to another object of the same type.
(Inherited from ActorRefBase.)
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 methodGetChild
INTERNAL API. Used by built-in IActorRef implementations for handling internal operations that are not exposed directly to end-users.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from ActorRefBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRestart
INTERNAL API. Used by built-in IActorRef implementations for handling internal operations that are not exposed directly to end-users.
Public methodResume
INTERNAL API. Used by built-in IActorRef implementations for handling internal operations that are not exposed directly to end-users.
Public methodSendSystemMessage(ISystemMessage)
INTERNAL API. Used by built-in IActorRef implementations for handling internal operations that are not exposed directly to end-users.
Public methodSendSystemMessage(ISystemMessage, IActorRef) Obsolete.
INTERNAL API. Used by built-in IActorRef implementations for handling internal operations that are not exposed directly to end-users.
Public methodStart
INTERNAL API. Used by built-in IActorRef implementations for handling internal operations that are not exposed directly to end-users.
Public methodStop
INTERNAL API. Used by built-in IActorRef implementations for handling internal operations that are not exposed directly to end-users.
Public methodSuspend
INTERNAL API. Used by built-in IActorRef implementations for handling internal operations that are not exposed directly to end-users.
Public methodTell
TBD
(Inherited from ActorRefBase.)
Protected methodTellInternal
TBD
(Inherited from ActorRefBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from ActorRefBase.)
Public methodToSurrogate
Creates a surrogate representation of the current ActorRefBase.
(Inherited from ActorRefBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsInstanceOfT
TBD
(Defined by Extensions.)
Public Extension MethodAsk(Object, NullableTimeSpan)Overloaded.
TBD
(Defined by Futures.)
Public Extension MethodAsk(Object, CancellationToken)Overloaded.
TBD
(Defined by Futures.)
Public Extension MethodAsk(Object, NullableTimeSpan, CancellationToken)Overloaded.
TBD
(Defined by Futures.)
Public Extension MethodAskT(Object, NullableTimeSpan)Overloaded.
TBD
(Defined by Futures.)
Public Extension MethodAskT(Object, CancellationToken)Overloaded.
TBD
(Defined by Futures.)
Public Extension MethodAskT(Object, NullableTimeSpan, CancellationToken)Overloaded.
TBD
(Defined by Futures.)
Public Extension MethodForward
Forwards the message using the current Sender
(Defined by ActorRefImplicitSenderExtensions.)
Public Extension MethodGracefulStop(TimeSpan)Overloaded.
TBD
(Defined by GracefulStopSupport.)
Public Extension MethodGracefulStop(TimeSpan, Object)Overloaded.
TBD
(Defined by GracefulStopSupport.)
Public Extension MethodIsNobody
If we call a method such as
Context.Child(name)
and don't receive a valid result in return, this method will indicate whether or not the actor we received is valid.
(Defined by ActorRefExtensions.)
Public Extension MethodMatchOverloaded.
Matches the specified target.
(Defined by PatternMatch.)
Public Extension MethodMatchTOverloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.)
Public Extension MethodTell
Asynchronously tells a message to an IActorRef.
(Defined by ActorRefImplicitSenderExtensions.)
Top
See Also