Click or drag to resize
QueueAddActionPenalty Property
Get/Set the penalty for this member.
The penalty must be a positive integer or 0 for no penalty. If it is not set 0 is assumed.
When calls are distributed members with higher penalties are considered last.

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

Property Value

Type: Int32
See Also