Table of Contents

Constructor QueueFullEventArgs

Namespace
Skyline.DataMiner.DataSources.CommunicationGatewayMiddleware.Common.Models
Assembly
Skyline.DataMiner.DataSources.CommunicationGatewayMiddleware.Common.dll

QueueFullEventArgs(string, uint)

Initializes a new instance of the QueueFullEventArgs class.

public QueueFullEventArgs(string subscriptionName, uint numberDroppedMessages)

Parameters

subscriptionName string

The name of the subscription associated with the full queue.

numberDroppedMessages uint

The number of messages that were dropped because the queue was full.