Table of Contents

Class BeforeLogoffSubscriber

Namespace
Dynamicweb.Ecommerce.Cart.Notifications
Assembly
Dynamicweb.Ecommerce.dll
BeforeLogoffSubscriber class.
[Subscribe("DWN_STANDARD_USER_OnBeforeExtranetLogOff")]
public class BeforeLogoffSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
BeforeLogoffSubscriber
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Called when [notify].
public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
The notification.
args NotificationArgs
The arguments.
See Also

See Also

To top