Search Results for

    Show / Hide Table of Contents

    Class RemoteWatcher.WatchCommand

    TBD

    Inheritance
    object
    RemoteWatcher.WatchCommand
    RemoteWatcher.UnwatchRemote
    RemoteWatcher.WatchRemote
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Remote
    Assembly: Akka.Remote.dll
    Syntax
    public abstract class RemoteWatcher.WatchCommand

    Constructors

    | Edit this page View Source

    WatchCommand(IInternalActorRef, IInternalActorRef)

    TBD

    Declaration
    protected WatchCommand(IInternalActorRef watchee, IInternalActorRef watcher)
    Parameters
    Type Name Description
    IInternalActorRef watchee

    TBD

    IInternalActorRef watcher

    TBD

    Properties

    | Edit this page View Source

    Watchee

    TBD

    Declaration
    public IInternalActorRef Watchee { get; }
    Property Value
    Type Description
    IInternalActorRef
    | Edit this page View Source

    Watcher

    TBD

    Declaration
    public IInternalActorRef Watcher { get; }
    Property Value
    Type Description
    IInternalActorRef

    Extension Methods

    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