Dynamicweb 8 Documentation
Notify(String,Object) Method

The notification.
The event args.
Notifies the specified notification.
Syntax
'Declaration
 
Public Overloads Shared Sub Notify( _ 
   ByVal notification As String, _ 
   ByVal eventArgs As Object _ 
) 
public static void Notify( 
   string notification,
   object eventArgs 
)

Parameters

notification
The notification.
eventArgs
The event args.
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

Reference

NotificationManager Class
NotificationManager Members
Overload List

Send Feedback