WebApplicationAdapter Class

Represents an abstract class used by UII developers to create web based adapters.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As WebApplicationAdapter

Syntax

'Declaration
Public MustInherit Class WebApplicationAdapter
    Inherits HostedApplicationAdapter
public abstract class WebApplicationAdapter : HostedApplicationAdapter
public ref class WebApplicationAdapter abstract : public HostedApplicationAdapter
public abstract class WebApplicationAdapter extends HostedApplicationAdapter
public abstract class WebApplicationAdapter extends HostedApplicationAdapter

Inheritance Hierarchy

System.Object
   Microsoft.Uii.Csr.HostedApplicationAdapter
    Microsoft.Uii.Csr.WebApplicationAdapter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

WebApplicationAdapter Members
Microsoft.Uii.Csr Namespace
Use UII web application adapter

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.