ActivityEvents Class |
Namespace: CMS.WebAnalytics
public static class ActivityEvents
The ActivityEvents type exposes the following members.
Name | Description | |
---|---|---|
ActivityLogged |
Event fires immediately when activity is being logged. This event is fired when activity is being logged using Activity.Log() or ActivityLogProvider.LogActivity() methods.
Event is not fired when activity is logged using ActivityInfoProvider.SetInfo().
| |
ProcessActivities | Obsolete.
Event fires when activities batch is being processed from log file to DB.
| |
ProcessActivity | Obsolete.
Event fires when activity is being processed from log file to DB.
|