Search Results for

    Show / Hide Table of Contents

    Class Changed

    The data value is retrieved with Data using the typed key.

    Inheritance
    object
    Changed
    Implements
    IEquatable<Changed>
    IReplicatorMessage
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.DistributedData
    Assembly: Akka.DistributedData.dll
    Syntax
    [Serializable]
    public sealed class Changed : IEquatable<Changed>, IReplicatorMessage

    Constructors

    | Edit this page View Source

    Changed(IKey, object)

    Declaration
    public Changed(IKey key, object data)
    Parameters
    Type Name Description
    IKey key
    object data

    Properties

    | Edit this page View Source

    Data

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

    Key

    Declaration
    public IKey Key { get; }
    Property Value
    Type Description
    IKey

    Methods

    | Edit this page View Source

    Equals(Changed)

    Declaration
    public bool Equals(Changed other)
    Parameters
    Type Name Description
    Changed other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    Get<T>(IKey<T>)

    Declaration
    public T Get<T>(IKey<T> key) where T : IReplicatedData
    Parameters
    Type Name Description
    IKey<T> key
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IEquatable<T>
    IReplicatorMessage

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)

    See Also

    Subscribe
    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