This code example consists of a GUI application written in C# that shows how to perform various agent actions, such as logging in, making the agent ready or not ready, and logging the agent out. You can do this in either push mode or pull mode. You can also change agents.
All of these actions are automatically updated using events from the Web Services.
dll files and the ail-configuration.xml file
(available on the product CD) into the ExternalDependencies directory provided
with the AgentStatusExample code example.ail-configuration.xml file, referring to the section called
"The XML Configuration File" in Chapter 3 of the Agent Interaction SDK 7.5 Services
Developer’s Guide for instructions on what to modify.AgentStatusExample project in Visual Studio .NET.ExternalDependencies directory as your working directory:Project > AgentStatusExample Properties...Configuration PropertiesDebuggingStart options section, assign your ExternalDependencies directory to the Working
Directory option. This ensures that the running application takes into account the correct
ail-configuration.xml file.ExternalDependencies directory.AgentStatusForm.UpdateButtons() method of the AgentStatusForm.cs file.