HostedApplicationAdapter.GetStateData(String) Method

Definition

Gets the UII agent's state.

public:
 virtual void GetStateData(System::String ^ % state);
public virtual void GetStateData (ref string state);
abstract member GetStateData : string -> unit
override this.GetStateData : string -> unit
Public Overridable Sub GetStateData (ByRef state As String)

Parameters

state
String

Contains the XML string representing the current state of the application.

Applies to