Click or drag to resize

QueueLimitEventArgs Constructor

QueueLimitEventArgs constructor.

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public QueueLimitEventArgs(
	string queue_name,
	QueueLimitType type,
	QueueLimitAction action,
	int old_count,
	int new_count
)

Parameters

queue_name  String
name of the queue
type  QueueLimitType
type of the limit
action  QueueLimitAction
action of the limit
old_count  Int32
old count
new_count  Int32
new (current) count
See Also