Creates a new instance of the InboundWorkgroup class.

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public InboundWorkgroup(
	ConfigurationId workgroup,
	uint lowerLimit,
	uint upperLimit
)
Visual Basic
Public Sub New ( _
	workgroup As ConfigurationId, _
	lowerLimit As UInteger, _
	upperLimit As UInteger _
)

Parameters

workgroup
Type: ConfigurationId
The Id of the workgroup.
lowerLimit
Type: System..::..UInt32
The lower threshold for waiting calls.
upperLimit
Type: System..::..UInt32
The upper threshold for waiting calls.

See Also