Click or drag to resize
AgentServiceRemoveSkill Method
Request to remove (unassign) a skill that is assigned to an agent.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void RemoveSkill(
	Skill skill,
	string agentId,
	AgentServiceAgentFeatureButtonLampCompletionHandler completionHandler
)

Parameters

skill
Type: Avaya.ClientServicesSkill
The skill to be removed.
agentId
Type: SystemString
The extension of the agent the change applies to.
completionHandler
Type: Avaya.ClientServicesAgentServiceAgentFeatureButtonLampCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be provided.
See Also