Click or drag to resize
NoSender Class

[Missing <summary> documentation for "T:Akka.Actor.NoSender"]

Inheritance Hierarchy

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public sealed class NoSender : ActorRef

The NoSender type exposes the following members.

Methods
  NameDescription
Public methodCompareTo (Inherited from ActorRef.)
Public methodEquals(Object) (Inherited from ActorRef.)
Public methodEquals(ActorRef) (Inherited from ActorRef.)
Public methodForward
Forwards the message using the current Sender
(Inherited from ActorRef.)
Public methodGetHashCode (Inherited from ActorRef.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodTell(Object) (Inherited from ActorRef.)
Public methodTell(Object, ActorRef) (Inherited from ActorRef.)
Public methodToString (Inherited from ActorRef.)
Public methodToSurrogate (Inherited from ActorRef.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsInstanceOfT (Defined by Extensions.)
Public Extension MethodGracefulStop(TimeSpan)Overloaded. (Defined by GracefulStopSupport.)
Public Extension MethodGracefulStop(TimeSpan, Object)Overloaded. (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 MethodMatch
Matches the specified target.
(Defined by PatternMatch.)
Top
Fields
  NameDescription
Public fieldStatic memberInstance
Top
Properties
See Also