Show / Hide Table of Contents

    Struct PrunedResult

    Used to work around issues with value tuple syntax in older versions of the compiler.

    Namespace:Akka.Persistence.Extras
    Assembly:Akka.Persistence.Extras.dll
    Syntax
    public struct PrunedResult

    Constructors

    PrunedResult(IReceiverState, IReadOnlyList<String>)

    Declaration
    public PrunedResult(IReceiverState newState, IReadOnlyList<string> prunedSenders)
    Parameters
    Type Name Description
    IReceiverState newState
    IReadOnlyList<System.String> prunedSenders

    Properties

    newState

    Declaration
    public IReceiverState newState { get; }
    Property Value
    Type Description
    IReceiverState

    prunedSenders

    Declaration
    public IReadOnlyList<string> prunedSenders { get; }
    Property Value
    Type Description
    IReadOnlyList<System.String>
    Back to top Copyright © 2015-2018 Petabridge®