Table of Contents

Class PreparingSessionEventArgs

Namespace
MQTTnet.Server
Assembly
MQTTnet.dll
public sealed class PreparingSessionEventArgs : EventArgs
Inheritance
PreparingSessionEventArgs
Inherited Members

Constructors

PreparingSessionEventArgs()

public PreparingSessionEventArgs()

Properties

Id

public string Id { get; set; }

Property Value

string

IsExistingSession

public bool IsExistingSession { get; set; }

Property Value

bool

Items

public IDictionary<object, object> Items { get; set; }

Property Value

IDictionary<object, object>

PublishPackets

public List<MqttPublishPacket> PublishPackets { get; }

Property Value

List<MqttPublishPacket>

Subscriptions

public List<MqttSubscription> Subscriptions { get; }

Property Value

List<MqttSubscription>

WillDelayInterval

Gets the will delay interval. This is the time between the client disconnect and the time the will message will be sent.

public uint? WillDelayInterval { get; set; }

Property Value

uint?