Click or drag to resize

QueueLimitEventArgs Class

Event arguments passed with the QueueLimitType
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Sportradar.SDK.Common.InterfacesQueueLimitEventArgs

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public class QueueLimitEventArgs : EventArgs

The QueueLimitEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodQueueLimitEventArgs QueueLimitEventArgs constructor.
Top
Properties
 NameDescription
Public propertyAction Whether queue limit was reached or retreated
Public propertyNewCount Current queue size
Public propertyOldCount Previous queue size
Public propertyQueueName Queue name
Public propertyType Type of queue limit reached or retreated
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also