Click or drag to resize
Akka.NETActorRefImplicitSenderExtensions Class
Extension method class. Used to deliver messages to IActorRef instances via Tell(IActorRef, Object) and Forward(IActorRef, Object) and pass along information about the current sender.
Inheritance Hierarchy
SystemObject
  Akka.ActorActorRefImplicitSenderExtensions

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class ActorRefImplicitSenderExtensions

The ActorRefImplicitSenderExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberForward
Forwards the message using the current Sender
Public methodStatic memberTell
Asynchronously tells a message to an IActorRef.
Top
See Also