AutomationAdapter.SessionChange(Boolean, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.