Click or drag to resize
QueueParamsEventWeight Property
Returns the weight of this queue.
A queues can be assigned a 'weight' to ensure calls waiting in a higher priority queue will deliver its calls first. Only delays the lower weight queue's call if the member is also in the higher weight queue.

Namespace: AsterNET.Manager.Event
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Weight { get; set; }

Property Value

Type: Int32
See Also