Table of Contents

Class AfterSessionTrackingNotificationArgs

Namespace
Dynamicweb.Tracking.Notifications
Assembly
Dynamicweb.Core.dll

Provides information about the session after it has been tracked.

public class AfterSessionTrackingNotificationArgs : AfterTrackingNotificationArgs
Inheritance
AfterSessionTrackingNotificationArgs
Inherited Members

Properties

Session

Gets the session.

public required SessionData Session { get; init; }

Property Value

SessionData

The session.

See Also

To top