ItemDequeuedEventArgs class
Event args for the task dequeued event.
public class ItemDequeuedEventArgs : ItemEventArgs
Public Members
name | description |
---|---|
QueueCount { get; } | Gets the current number of items in the queue. |
QueueLimit { get; } | Gets the maximum number of items in the queue. |
QueueTime { get; } | Gets the time waiting in the queue. |
See Also
- class ItemEventArgs
- namespace Farfetch.LoadShedding.Events.Args