Share via


AutomationAdapter.SessionChange(Boolean, String) Method

Definition

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

public:
 override void SessionChange(bool activate, System::String ^ % stateXml);
public override void SessionChange (bool activate, ref string stateXml);
override this.SessionChange : bool * string -> unit
Public Overrides Sub SessionChange (activate As Boolean, ByRef stateXml As String)

Parameters

activate
Boolean

True to activate, otherwise false.

stateXml
String

Specifies the state XML string.

Applies to