Intersoft WebDesktop Documentation
WebNotification Class
Members  See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : WebNotification Class


Glossary Item Box

WebNotification is a server control designed to retrieve new notifications from server side using object model.

Object Model

WebNotification Class

Syntax

Visual Basic (Declaration) 
Public Class WebNotification 
   Inherits ISNet.WebUI.ISNetControl
   Implements ISNet.ICopyable, ISNet.IObjectState, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.Serialization.XmlSerialization.IXmlSerialize, ISNet.WebUI.IBaseISNetControl, ISNet.WebUI.IInfo, ISNet.WebUI.ILayoutSettings, IWebMenuIWebMenuControl 
Visual Basic (Usage)Copy Code
Dim instance As WebNotification
C# 
public class WebNotification : ISNet.WebUI.ISNetControl, ISNet.ICopyable, ISNet.IObjectState, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.Serialization.XmlSerialization.IXmlSerialize, ISNet.WebUI.IBaseISNetControl, ISNet.WebUI.IInfo, ISNet.WebUI.ILayoutSettings, IWebMenuIWebMenuControl  

Remarks

Using WebNotification you can notify new events to your end users in stylish and professional way, such as displaying new emails or alerting server maintenance process. WebNotification allows you to configure numerous visual effect settings such as the animation style, fading speed and more.

WebNotification communicates with a WebService or WebForm page provider through asynchronous call (a.k.a. AJAX) which is based on WebFlyPostBackManager component. WebNotification asynchronously retrieves new Notifications from server side in every certain time interval. The control can retrieves the Notifications from either WebService (asmx) or WebForm (aspx) page. The asynchronous process allows seamless data retrieval and ensures extremely fast communication between client and server since WebNotification returns only the events data in XML format, instead of HTML control rendering result.

WebNotification allows you to quickly create modern notifications with Outlook or Messenger behavior. Since that WebNotification is designed specifically for notifications purpose, WebNotification replicates every single details of behavior available in Outlook or Messenger.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         ISNet.WebUI.ISNetControl
            ISNet.WebUI.WebDesktop.WebNotification

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.