Click or drag to resize
AgentServiceSetLabelForAgentFeature Method
Updates agent feature with a personalized label given by user.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void SetLabelForAgentFeature(
	AgentFeature agentFeature,
	string featureLabel,
	AgentServiceAgentServiceCompletionHandler completionHandler
)

Parameters

agentFeature
Type: Avaya.ClientServicesAgentFeature
The Agent feature.
featureLabel
Type: SystemString
The personalized label to be set.
completionHandler
Type: Avaya.ClientServicesAgentServiceAgentServiceCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be provided.
See Also