Click or drag to resize

Skill Constructor (Int32, Int32)

Constructor to create a skill stub.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public Skill(
	int skillId,
	int skillLevel
)

Parameters

skillId
Type: SystemInt32
The skill number.
skillLevel
Type: SystemInt32
The level number for the skill.
Remarks

This constructor must be used to create a new skill object before calling the AgentService.AddSkill method.

See Also