Click or drag to resize
EventLogWorkerProcessItem Method
Processes the item in the queue

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 9.0.0
Syntax
C#
protected override void ProcessItem(
	EventLogInfo item
)

Parameters

item
Type: CMS.EventLogEventLogInfo
Item to process
See Also