Table of Contents

Class LicenseApplicationStartSubscriber

Namespace
Dynamicweb.Content.Management
Assembly
Dynamicweb.dll
This notification subscriber handles to check if the license needs updating, when the application has been started after a IISRESET
[Subscribe("DWN_STANDARD_APPLICATION_AFTERDYNAMICWEBSTART")]
public class LicenseApplicationStartSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
LicenseApplicationStartSubscriber
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Call to invoke observer.
public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
The notification.
args NotificationArgs
The args.
To top