Jump to: navigation, search

Changes


View Cache

328 bytes removed, 12:28, 7 May 2015
/* AddUpdateInformation */
Use the these web service members to gain status and runtime information of the View Cache. Mmore detailed information and a comprehensive list of all members and data types are located in the {{UBIK}} class documentation.
=== AddUpdateInformation GetViewStateInformation ===
The web service provides a method to add content to be pushed to the clients:
<source syntaxhighlight lang="csharp"> /// <summary> /// AddUpdateInformation provides the possibility to register data to be forwarded (pushed) to the clients /// </summary> /// <param name="data">Data which should be pushed to the clients, and criteria which must be fullfilled for pushing</param> /// <returns>true as adding the information was successfull</returns>
[OperationContract]
[WebInvoke(UriTemplate = "AddUpdateInformationGetViewStateInformation/{appName}/{contextName}/{authentication}", Method = "POSTGET",
RequestFormat = WebMessageFormat.Json,
BodyStyle = WebMessageBodyStyle.Bare,
ResponseFormat = WebMessageFormat.Json)]
bool AddUpdateInformationstring GetViewStateInformation(PushUpdateDefinition datastring appName, string contextName, string authentication);</source syntaxhighlight>
=== DebugInfo ===
10,686
edits