DebugExtensions Class |
Note: This API is now obsolete.
Namespace: CMS.Base
[ObsoleteAttribute("This class is obsolete and will be removed.")] public static class DebugExtensions
Name | Description | |
---|---|---|
WhenCalledFromTEvent(TEvent, Action) |
Adds condition to check if the handler is called from specific stack trace
| |
WhenCalledFromTEvent(TEvent, Delegate) |
Adds condition to check if the handler is called from specific stack trace
| |
WhenCalledFromTEvent(TEvent, String) |
Adds condition to check if the handler is called from specific stack trace
|