Search Results for

    Show / Hide Table of Contents

    Class DataDeleted

    Inheritance
    object
    Exception
    DataDeleted
    Implements
    ISerializable
    IDeleteResponse
    IGetResponse
    IUpdateResponse
    INoSerializationVerificationNeeded
    IEquatable<DataDeleted>
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Akka.DistributedData
    Assembly: Akka.DistributedData.dll
    Syntax
    [Serializable]
    public sealed class DataDeleted : Exception, ISerializable, IDeleteResponse, IGetResponse, IUpdateResponse, INoSerializationVerificationNeeded, IEquatable<DataDeleted>

    Constructors

    | Edit this page View Source

    DataDeleted(IKey, object)

    Declaration
    public DataDeleted(IKey key, object request = null)
    Parameters
    Type Name Description
    IKey key
    object request

    Properties

    | Edit this page View Source

    AlreadyDeleted

    Returns true if value for provided Key was already deleted.

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

    IsFailure

    True if a failure happened during request fulfillment. False if returned successfully or value not found for the key.

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

    IsFound

    False if value for request was not found. True otherwise.

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

    IsSuccessful

    Returns true if value for provided Key was either successfully deleted, or was deleted already.

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

    Key

    Key, for which data was deleted.

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

    Request

    Optional object used for request/response correlation.

    Declaration
    public object Request { get; }
    Property Value
    Type Description
    object

    Methods

    | Edit this page View Source

    Equals(DataDeleted)

    Declaration
    public bool Equals(DataDeleted other)
    Parameters
    Type Name Description
    DataDeleted 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>)

    Tries to return a result of the request, given a replicated collection key used when sending a Akka.DistributedData.Replicator request.

    Declaration
    public T Get<T>(IKey<T> key) where T : IReplicatedData
    Parameters
    Type Name Description
    IKey<T> key

    Key send originally with a Akka.DistributedData.Replicator request.

    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    Replicated data.

    Exceptions
    Type Condition
    KeyNotFoundException

    Thrown when no value for provided key was found.

    TimeoutException

    Thrown when response with given consistency didn't arrive within specified timeout.

    | Edit this page View Source

    ThrowOnFailure()

    Throws an exception if Update request has failed.

    Declaration
    public void ThrowOnFailure()
    | Edit this page View Source

    ToString()

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

    Implements

    ISerializable
    IDeleteResponse
    IGetResponse
    IUpdateResponse
    INoSerializationVerificationNeeded
    IEquatable<T>

    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