Search Results for

    Show / Hide Table of Contents

    Class ActorSubscriberState.State

    TBD

    Inheritance
    object
    ActorSubscriberState.State
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Actors
    Assembly: Akka.Streams.dll
    Syntax
    [Serializable]
    public sealed class ActorSubscriberState.State

    Constructors

    | Edit this page View Source

    State(ISubscription, long, bool)

    TBD

    Declaration
    public State(ISubscription subscription, long requested, bool isCanceled)
    Parameters
    Type Name Description
    ISubscription subscription

    TBD

    long requested

    TBD

    bool isCanceled

    TBD

    Fields

    | Edit this page View Source

    IsCanceled

    TBD

    Declaration
    public readonly bool IsCanceled
    Field Value
    Type Description
    bool
    | Edit this page View Source

    Requested

    TBD

    Declaration
    public readonly long Requested
    Field Value
    Type Description
    long
    | Edit this page View Source

    Subscription

    TBD

    Declaration
    public readonly ISubscription Subscription
    Field Value
    Type Description
    ISubscription

    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