IHostedApplicationEx Members
IHostedApplicationEx extends the IHostedApplication3 so that older apps are unaffected but newer apps can integrate more effectively with UII. Obsolete.
The following tables list the members exposed by the IHostedApplicationEx type.
Public Properties
Name | Description | |
---|---|---|
AgentID | Gets or sets the agent who is logged in. (inherited from IHostedApplication3) | |
AgentLine | Lineclass Provider | |
ApplicationID | Gets the application ID. (inherited from IHostedApplication) | |
ApplicationName | Gets the application name. (inherited from IHostedApplication) | |
CanEmbed | Gets a Boolean value that specifies whether the application is an external application. (inherited from IHostedApplication) | |
Cti | Telephony Provider | |
DisplayGroup | Gets the display group extracted from the initialization string. (inherited from IHostedApplication) | |
Icon | Gets or sets the icon used to represent the application in the UII UI. (inherited from IHostedApplication2) | |
ImplementedAsCcf20 | Gets a Boolean value that specifies whether the application is allowed to run certain routines as CCF 2.0 or prior. (inherited from IHostedApplication3) | |
IsGlobal | Gets or sets a Boolean value that specifies whether the hosted application is global. (inherited from IHostedApplication3) | |
IsListed | Gets a Boolean value that specifies whether the application is allowed to be seen but not listed. (inherited from IHostedApplication3) | |
IsNavigating | Get a Boolean value that specifies whether the application is currently navigating. (inherited from IHostedApplication) | |
MinimumSize | Gets a hint for minimum window size. (inherited from IHostedApplication) | |
OptimumSize | Gets a hint for optimal window size. (inherited from IHostedApplication) | |
SessionManager | Sets the session manager object. (inherited from IHostedApplication3) | |
TopLevelWindow | Gets the top level window for the application. (inherited from IHostedApplication) |
Top
Public Methods
Name | Description | |
---|---|---|
AddAction | Adds an action to the application. (inherited from IHostedApplication) | |
Close | Closes the application. (inherited from IHostedApplication) | |
DoAction | Overloaded. (inherited from IHostedApplication) | |
DoDefaultAction | Invokes the default action for the application (inherited from IHostedApplication) | |
FireRequestAction | Sends a request to perform some action to another application. If the RequestActionEventArgs has a target of *, then all applications get the action. (inherited from IHostedApplication3) | |
GetIconList | Gets the image list for the application. (inherited from IHostedApplication) | |
GetStateData | Requests the hosted application to return its current state. (inherited from IHostedApplication) | |
Initialize | Initializes the hosted application. (inherited from IHostedApplication) | |
NotifyContextChange | Notifies the application that context has changed. Obsolete. (inherited from IHostedApplication) | |
NotifyContextChange | Notifies the application that the context has changed. (inherited from IHostedApplication3) | |
SessionChange | Called whenever the session is changed. Only global applications receive this since 'local' applications don't need to know if their session is shown or not. (inherited from IHostedApplication) | |
SetContext | Sets the context from ApplicationHost without causing further notifications. It exists so that context can be updated quietly before doing the 'real' context notification because some applications fire actions onto other apps when the context changes and some actions are designed to depend upon context. In other words, a race condition. Obsolete. (inherited from IHostedApplication2) | |
SetContext | This is used to set the context from ApplicationHost without causing further notifications. It exists so that context can be updated quietly before doing the 'real' context notification because some applications fire actions onto other apps when the context changes and some actions are designed to depend upon context. In other words, a race condition. Obsolete. (inherited from IHostedApplication3) | |
SetStateData | Passes the saved state to the hosted application. (inherited from IHostedApplication) |
Top
Public Events
Name | Description | |
---|---|---|
ActionCompleted | Event to notify the hosted application that the action has completed. | |
ChangeContext | Event to add a name-value pair to the context. | |
RequestAction | Event to request an action of another application to be invoked. |
Top
See Also
Reference
IHostedApplicationEx Interface
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.