Click or drag to resize
AbstractEventLogStrategyAddChainedStrategy Method
Add chained strategy.

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

Parameters

chainedStrategy
Type: CMS.EventLogAbstractEventLogStrategy
Following strategy connected in responsibility chain
See Also