Jump to: navigation, search

Changes


View Cache

5 bytes removed, 12:30, 7 May 2015
/* Web Service Interface */
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",
10,686
edits