Compartilhar via


ApplicationAdapter Members

Represents the abstract class used to create application adapters.

The following tables list the members exposed by the ApplicationAdapter type.

Protected Constructors

  Name Description
  ApplicationAdapter Initializes a new instance of the ApplicationAdapter class.

Top

Public Properties

  Name Description
public property ApplicationInitString  Gets or sets the XML string used to initialize the application. (inherited from HostedApplicationAdapter)
public property DdaApplicationObject  Gets or sets the application object data-driven adapters used to manipulate the application. (inherited from HostedApplicationAdapter)
public property MainWindowHandle Gets or sets the handle for the main window. This property is designated for integration purposes, may not be the same as Process.MainWindowHandle
public property Name  Gets or sets the name of the application that the adapter is working with. (inherited from HostedApplicationAdapter)
public property Process Gets or sets the external process that UII controls.
public property SessionID  Gets or sets the ID of the current session. The SessionID is used with global applications to track which session is active. (inherited from HostedApplicationAdapter)
public property SessionWorkItem  Gets or sets the work item that identifies the session. (inherited from HostedApplicationAdapter)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AdapterContextChange  Used by inherited classes to send context change event to UII. (inherited from HostedApplicationAdapter)
public method AdapterFireAction  Used by inherited classes to request an action through UII to other applications. Obsolete.  (inherited from HostedApplicationAdapter)
public method AdapterFireRequestAction  Used by inherited classes to request an action through UII to other applications. (inherited from HostedApplicationAdapter)
public method AdapterProcessChange Used by inherited classes to send process change event to UII
public method Close  Called when the application this is working with is being closed by the UII application host. This may not run if the application closes itself. (inherited from HostedApplicationAdapter)
public method DoAction  Overloaded. (inherited from HostedApplicationAdapter)
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetStateData  Gets the UII agent's state. (inherited from HostedApplicationAdapter)
public method GetType  (inherited from Object)
public method Initialize  Initializes the hosted application. (inherited from HostedApplicationAdapter)
public method NotifyContextChange  Overloaded. (inherited from HostedApplicationAdapter)
public method SessionChange  Called by UII whenever the session changes. Only happens for global applications. (inherited from HostedApplicationAdapter)
public method SetStateData  Sets the UII agent's state. (inherited from HostedApplicationAdapter)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

Public Events

  Name Description
public event AdapterContextChangedEvent  Notifies the UII when the adapter changes the context. (inherited from HostedApplicationAdapter)
public event AdapterFireRequestActionEvent  Lets the adapter request that an action be started. This can be used within custom adapters to send UII actions. (inherited from HostedApplicationAdapter)
public event AdapterProcessChangedEvent Notifies UII that the process has been changed, for example, that a new one was spawned. This can be used within custom adapters to notify UII of changes.
public event AdapterRequestActionEvent  Lets the adapter request that an action be fired. This can be used within custom adapters to send UII actions. Obsolete. Obsolete.  (inherited from HostedApplicationAdapter)

Top

See Also

Reference

ApplicationAdapter Class
Microsoft.Uii.Csr Namespace
Use UII application adapter

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