Class QueueFullEventArgs
- Assembly
- Skyline.DataMiner.DataSources.CommunicationGatewayMiddleware.Common.dll
Represents the event data to provide information about the state of the queue when it becomes full.
public class QueueFullEventArgs : EventArgs
- Inheritance
-
QueueFullEventArgs
- Extension Methods
Constructors
- QueueFullEventArgs(string, uint)
Initializes a new instance of the QueueFullEventArgs class.
Properties
- NumberDroppedMessages
Gets the number of messages that were dropped because the queue was full.
- SubscriptionName
Gets the name of the subscription associated with the full queue.