Click or drag to resize

Skill Constructor (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
)

Parameters

skillId
Type: SystemInt32
The skill number.
Remarks

This constructor must be used to create a new skill object before calling the AgentService.RemoveSkill method. Skill level will be set to 0.

See Also