Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
NotReadyDn Method (dnId, actionName, actionCode)
NamespacesGenesyslab.Desktop.Modules.Core.Model.AgentsIAgentNotReadyDn(String, String, String)
Sets the specified DN to the Not Ready state.
Declaration Syntax
C#Visual BasicVisual C++
void NotReadyDn(
	string dnId,
	string actionName,
	string actionCode
)
Sub NotReadyDn ( _
	dnId As String, _
	actionName As String, _
	actionCode As String _
)
void NotReadyDn(
	String^ dnId, 
	String^ actionName, 
	String^ actionCode
)
Parameters
dnId (String)
The DN to set to the not ready state.
actionName (String)
The action name for the not ready state.
actionCode (String)
The action code for the not ready state.
Remarks
The method takes into account the following Agent properties:
  • [!:AgentId] Mandatory.
  • Place Mandatory.
  • [!:Queue] Can be null.
  • [!:WorkMode] Can be null.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)