PresenceControl.SetAgentInfo(Object, AgentInfoEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void SetAgentInfo(System::Object ^ sender, Microsoft::Crm::UnifiedServiceDesk::Dynamics::AgentInfoEventArgs ^ args);
[Microsoft.Practices.CompositeUI.EventBroker.EventSubscription("topic://SetAgentInfo", Microsoft.Practices.CompositeUI.EventBroker.ThreadOption.Background)]
public void SetAgentInfo (object sender, Microsoft.Crm.UnifiedServiceDesk.Dynamics.AgentInfoEventArgs args);
[<Microsoft.Practices.CompositeUI.EventBroker.EventSubscription("topic://SetAgentInfo", Microsoft.Practices.CompositeUI.EventBroker.ThreadOption.Background)>]
member this.SetAgentInfo : obj * Microsoft.Crm.UnifiedServiceDesk.Dynamics.AgentInfoEventArgs -> unit
Public Sub SetAgentInfo (sender As Object, args As AgentInfoEventArgs)
Parameters
- sender
- Object
- args
- AgentInfoEventArgs
- Attributes