HostedApplicationAdapter.SetStateData(String) Method

Definition

Sets the UII agent's state.

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

Parameters

state
String

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

Applies to