Search Results for

    Show / Hide Table of Contents

    Interface ICanTell

    A shared interface for both IActorRef and ActorSelection, both of which can be sent messages via the Tell(object, IActorRef) command.

    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public interface ICanTell

    Methods

    | Edit this page View Source

    Tell(object, IActorRef)

    Asynchronously delivers a message to this IActorRef or ActorSelection in a non-blocking fashion. Uses "at most once" delivery semantics.

    Declaration
    void Tell(object message, IActorRef sender)
    Parameters
    Type Name Description
    object message

    The message to be sent to the target.

    IActorRef sender

    The sender of this message. Defaults to NoSender if left to null.

    Extension Methods

    Futures.Ask(ICanTell, object, TimeSpan?)
    Futures.Ask(ICanTell, object, TimeSpan?, CancellationToken)
    Futures.Ask(ICanTell, object, CancellationToken)
    Futures.Ask<T>(ICanTell, Func<IActorRef, object>, TimeSpan?, CancellationToken)
    Futures.Ask<T>(ICanTell, object, TimeSpan?)
    Futures.Ask<T>(ICanTell, object, TimeSpan?, CancellationToken)
    Futures.Ask<T>(ICanTell, object, CancellationToken)
    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET