Table of Contents

Class ApplicationMessageEnqueuedEventArgs

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

Constructors

ApplicationMessageEnqueuedEventArgs(string, string, MqttApplicationMessage, bool)

public ApplicationMessageEnqueuedEventArgs(string senderClientId, string receiverClientId, MqttApplicationMessage applicationMessage, bool isDropped)

Parameters

senderClientId string
receiverClientId string
applicationMessage MqttApplicationMessage
isDropped bool

Properties

ApplicationMessage

public MqttApplicationMessage ApplicationMessage { get; }

Property Value

MqttApplicationMessage

IsDropped

public bool IsDropped { get; }

Property Value

bool

ReceiverClientId

public string ReceiverClientId { get; }

Property Value

string

SenderClientId

public string SenderClientId { get; }

Property Value

string