| Skill Constructor (Int32, Int32) |
Constructor to create a skill stub.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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