Class PreparingSessionEventArgs
public sealed class PreparingSessionEventArgs : EventArgs
- Inheritance
-
PreparingSessionEventArgs
- Inherited Members
Constructors
PreparingSessionEventArgs()
public PreparingSessionEventArgs()
Properties
Id
public string Id { get; set; }
Property Value
IsExistingSession
public bool IsExistingSession { get; set; }
Property Value
Items
public IDictionary<object, object> Items { get; set; }
Property Value
PublishPackets
public List<MqttPublishPacket> PublishPackets { get; }
Property Value
Subscriptions
public List<MqttSubscription> Subscriptions { get; }
Property Value
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?