Show / Hide Table of Contents

    Interface IClientSession

    The session of a client connected to the IInMemoryMqttBroker.

    Namespace: Silverback.Messaging.Broker.Mqtt.Mocks
    Assembly: Silverback.Integration.MQTT.Testing.dll
    Syntax
    public interface IClientSession

    Properties

    | Improve this doc View source

    PendingMessagesCount

    Gets the number of pending messages ready to be pushed to the client.

    Declaration
    int PendingMessagesCount { get; }
    Property Value
    Type Description
    int
    • Improve this doc
    • View source
    In this article
    • Properties
      • PendingMessagesCount
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini