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,
	string displayName
)
Visual Basic
Public Sub New ( _
	id As String, _
	displayName As String _
)

Parameters

id
Type: System..::..String
the ID of this object.
displayName
Type: System..::..String
The user-friendly name of this object.

See Also