HostedApplicationAdapter.SetStateData(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.
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.