Compartir a través de


AutomationAdapter.SessionChange Method

Generates Session[De]activated DDA events from SessionChange AIF event.

Namespace: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting
Assembly: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting (in Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.dll)

Usage

'Usage
Dim instance As AutomationAdapter
Dim activate As Boolean
Dim stateXml As String

instance.SessionChange(activate, stateXml)

Syntax

'Declaration
Public Overrides Sub SessionChange ( _
    activate As Boolean, _
    ByRef stateXml As String _
)
public override void SessionChange (
    bool activate,
    ref string stateXml
)
public:
virtual void SessionChange (
    bool activate, 
    String^% stateXml
) override
public void SessionChange (
    boolean activate, 
    /** @ref */ String stateXml
)

Parameters

  • activate
    True to activate, otherwise false.
  • stateXml
    Specifies the state XML string.

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

AutomationAdapter Class
AutomationAdapter Members
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting Namespace

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