Table of Contents

Class MqttMsgUnsubscribedEventArgs

Namespace
nanoFramework.M2Mqtt.Messages
Assembly
nanoFramework.M2Mqtt.Core.dll

Represents the event arguments for when a topic has been unsubscribed.

public class MqttMsgUnsubscribedEventArgs : EventArgs
Inheritance
MqttMsgUnsubscribedEventArgs
Inherited Members
Extension Methods

Constructors

MqttMsgUnsubscribedEventArgs(ushort)

Initializes a new instance of the MqttMsgUnsubscribedEventArgs class with the specified message identifier.

public MqttMsgUnsubscribedEventArgs(ushort messageId)

Parameters

messageId ushort

The message identifier associated with the unsubscribed topic.

Properties

MessageId

Gets the message identifier associated with the unsubscribed topic.

public ushort MessageId { get; }

Property Value

ushort