Class ClientUnsubscribedTopicEventArgs
public sealed class ClientUnsubscribedTopicEventArgs : EventArgs
- Inheritance
-
ClientUnsubscribedTopicEventArgs
- Inherited Members
Constructors
ClientUnsubscribedTopicEventArgs(string, string, IDictionary)
public ClientUnsubscribedTopicEventArgs(string clientId, string topicFilter, IDictionary sessionItems)
Parameters
clientId
stringtopicFilter
stringsessionItems
IDictionary
Properties
ClientId
Gets the client identifier. Hint: This identifier needs to be unique over all used clients / devices on the broker to avoid connection issues.
public string ClientId { get; }
Property Value
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
TopicFilter
Gets or sets the topic filter. The topic filter can contain topics and wildcards.
public string TopicFilter { get; }