Table of Contents

Class SessionDeletedEventArgs

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

Constructors

SessionDeletedEventArgs(string, IDictionary)

public SessionDeletedEventArgs(string id, IDictionary sessionItems)

Parameters

id string
sessionItems IDictionary

Properties

Id

Gets the ID of the session.

public string Id { get; }

Property Value

string

SessionItems

Gets or sets a key/value collection that can be used to share data within the scope of this session.

public IDictionary SessionItems { get; }

Property Value

IDictionary