Table of Contents

Class ActivityProcessedInLogServiceHandler

Namespace
CMS.Activities
Assembly
CMS.Activities.dll

Event handler for the event fired once the activity is processed in IActivityLogService.

public class ActivityProcessedInLogServiceHandler : SimpleHandler<ActivityProcessedInLogServiceHandler, CMSEventArgs<IActivityInfo>>
Inheritance
object
ActivityProcessedInLogServiceHandler
Inherited Members
Extension Methods

Methods

Start(IActivityInfo)

Invokes the registered Execute event handlers.

public void Start(IActivityInfo activity)

Parameters

activity IActivityInfo

Processed IActivityInfo.

Exceptions

ArgumentNullException

activity is null.

StartEvent(IActivityInfo)

Initiates the event.

[Obsolete("Use Start(IActivityInfo) instead.")]
[ObsoleteSince(30, 2)]
public CMSEventArgs<IActivityInfo> StartEvent(IActivityInfo activity)

Parameters

activity IActivityInfo

Processed IActivityInfo

Returns

CMSEventArgs<IActivityInfo>

Event handler

Exceptions

ArgumentNullException

activity is null