Creates a new instance of the DialerSkill class.

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

Syntax

C#
public DialerSkill(
	string id
)
Visual Basic
Public Sub New ( _
	id As String _
)

Parameters

id
Type: System..::..String
The ID of this object

See Also