Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
ReadyDn Method (dnId, actionName, actionCode)
NamespacesGenesyslab.Desktop.Modules.Core.Model.AgentsIAgentReadyDn(String, String, String)
Sets the specified DN to the Ready state.
Declaration Syntax
C#Visual BasicVisual C++
void ReadyDn(
	string dnId,
	string actionName,
	string actionCode
)
Sub ReadyDn ( _
	dnId As String, _
	actionName As String, _
	actionCode As String _
)
void ReadyDn(
	String^ dnId, 
	String^ actionName, 
	String^ actionCode
)
Parameters
dnId (String)
The DN to set to the Ready state.
actionName (String)
The action name for the Ready state.
actionCode (String)
The action code for the 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)