Table of Contents

Class LogEventSavedSubscriber

Namespace
Dynamicweb.Subscribers
Assembly
Dynamicweb.dll
[Subscribe("DWN_STANDARD_LOGGING_LOGEVENT_SAVED")]
public class LogEventSavedSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
LogEventSavedSubscriber
Implements
Inherited Members

Properties

Rank

Gets the rank.

public override int Rank { get; }

Property Value

int

The rank.

Remarks

The subscriber with the highest rank will be notified last

Methods

OnNotify(string, NotificationArgs)

Call to invoke observer.

public override void OnNotify(string NotificationArgs, NotificationArgs args)

Parameters

NotificationArgs string
args NotificationArgs

The args.

To top