Click or drag to resize

QueueSupervisorLimitReachedHandler Method

[Missing <summary> documentation for "M:Sportradar.SDK.Services.Sdk.QueueSupervisor.LimitReachedHandler(System.Object,Sportradar.SDK.Common.Interfaces.QueueLimitEventArgs)"]


Namespace: Sportradar.SDK.Services.Sdk
Assembly: Sdk (in Sdk.dll) Version: 2.28.0.0
Syntax
C#
public void LimitReachedHandler(
	Object sender,
	QueueLimitEventArgs event_args
)

Parameters

sender  Object

[Missing <param name="sender"/> documentation for "M:Sportradar.SDK.Services.Sdk.QueueSupervisor.LimitReachedHandler(System.Object,Sportradar.SDK.Common.Interfaces.QueueLimitEventArgs)"]

event_args  QueueLimitEventArgs

[Missing <param name="event_args"/> documentation for "M:Sportradar.SDK.Services.Sdk.QueueSupervisor.LimitReachedHandler(System.Object,Sportradar.SDK.Common.Interfaces.QueueLimitEventArgs)"]

See Also