Compartir a través de


HostedWebApplication.SetStateData Method

Set the application to the state provided in the xml string.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As HostedWebApplication
Dim stateXml As String

instance.SetStateData(stateXml)

Syntax

'Declaration
Public Overrides Sub SetStateData ( _
    stateXml As String _
)
public override void SetStateData (
    string stateXml
)
public:
virtual void SetStateData (
    String^ stateXml
) override
public void SetStateData (
    String stateXml
)
public override function SetStateData (
    stateXml : String
)

Parameters

  • stateXml
    contains the state data for the application

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

HostedWebApplication Class
HostedWebApplication Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.