Click or drag to resize
EventLogWorkerProcessItems Method
Processes the items in the queue

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 9.0.0
Syntax
C#
protected override int ProcessItems(
	IEnumerable<EventLogInfo> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableEventLogInfo
Items to process

Return Value

Type: Int32
See Also