string GetViewStateInformation(string appName, string contextName, string authentication);
</syntaxhighlight>
=== TriggerViewStateUpdate ===
The push web service provides access to its current status via a debug - info method. Use this to retrieve information about the current status of the web service.
This method can also be called via a web browswer by browsing the according URL.
<syntaxhighlight> lang="csharp">
[OperationContract]
[WebInvoke(UriTemplate = "TriggerViewStateUpdate/{appName}/{contextName}/{authentication}", Method = "GET",