Author Topic: Refresh Agent  (Read 2275 times)

Offline daniel_san

  • Jr. Member
  • **
  • Posts: 84
  • Karma: 1
Refresh Agent
« on: February 19, 2015, 10:41:56 AM »
Hi All,

This is my first post in this community. I was looking for the correct forum to introduce myself, but there is no place to do it  ;D

I´m working on a Workspace Desktop Customization with 8.5.1 version

I was wondwering what is the way to refresh the agent class IAgent.

Debugging the application i can see the "agent.AgentGroupsForAgent " is not refreshing the groups of the agent. But if i change the skills of the agent it´s refreshing correctly. Maybe there are some way to refresh it?

I can see the changes on groups with IConfigurationService but not with the Agent.AgentGroupsForAgent.

Thank you in advance for your help.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Refresh Agent
« Reply #1 on: February 19, 2015, 12:04:05 PM »
Not necessary to "refresh" this interface (IAgent). All configuration notifications are related to the confserv application and their interfaces within PSDK or WDE libraries.

Offline daniel_san

  • Jr. Member
  • **
  • Posts: 84
  • Karma: 1
Re: Refresh Agent
« Reply #2 on: February 19, 2015, 05:31:04 PM »
Ok, thank you foryour response. I thougth that would be some way to refresh. I will do it woriking directly with iconfservice.

Regards.