Click or drag to resize
PreventMultipleEventsLogStrategy Constructor (AbstractEventLogStrategy)
Creates PreventMultipleEventsLogStrategy with chained following strategy.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax
C#
public PreventMultipleEventsLogStrategy(
	AbstractEventLogStrategy chainedStrategy
)

Parameters

chainedStrategy
Type: CMS.EventLogAbstractEventLogStrategy
Following logging strategy.
See Also