Interface IRecursionControlHandler<TArgs>
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
TArgsEvent arguments
Returns
- string