IHostedApplicationEx Interface
IHostedApplicationEx extends the IHostedApplication3 so that older apps are unaffected but newer apps can integrate more effectively with UII.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As IHostedApplicationEx
Syntax
'Declaration
<ObsoleteAttribute("This interface has been deprecated. Use the IHostedApplication3 interface and the CTI hosted control.")> _
Public Interface IHostedApplicationEx
Inherits IHostedApplication3, IHostedApplication2, IHostedApplication
[ObsoleteAttribute("This interface has been deprecated. Use the IHostedApplication3 interface and the CTI hosted control.")]
public interface IHostedApplicationEx : IHostedApplication3, IHostedApplication2, IHostedApplication
[ObsoleteAttribute(L"This interface has been deprecated. Use the IHostedApplication3 interface and the CTI hosted control.")]
public interface class IHostedApplicationEx : IHostedApplication3, IHostedApplication2, IHostedApplication
/** @attribute ObsoleteAttribute("This interface has been deprecated. Use the IHostedApplication3 interface and the CTI hosted control.") */
public interface IHostedApplicationEx extends IHostedApplication3, IHostedApplication2,
IHostedApplication
ObsoleteAttribute("This interface has been deprecated. Use the IHostedApplication3 interface and the CTI hosted control.")
public interface IHostedApplicationEx extends IHostedApplication3, IHostedApplication2,
IHostedApplication
Platforms
See Also
Reference
IHostedApplicationEx Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.