IHostedApplication.GetStateData 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.
Requests the hosted application to return its current state.
public:
System::String ^ GetStateData();
public string GetStateData ();
abstract member GetStateData : unit -> string
Public Function GetStateData () As String
Returns
A string representing the state data.