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 sourcePendingMessagesCount
Gets the number of pending messages ready to be pushed to the client.
Declaration
int PendingMessagesCount { get; }
Property Value
Type | Description |
---|---|
int |