Table of Contents

Interface IRecursionControlHandler<TArgs>

Namespace
CMS.Base
Assembly
CMS.Base.dll

Interface that defines the recursion control for the given handler

public interface IRecursionControlHandler<TArgs> where TArgs : EventArgs

Type Parameters

TArgs
Extension Methods

Methods

GetRecursionKey(TArgs)

Gets the recursion key of the class to identify recursion

string GetRecursionKey(TArgs e)

Parameters

e TArgs

Event arguments

Returns

string