RuleFiringRecord Class
Represents the firing record for an event that derives from the WebManagementEvent class and implements the IWebEventCustomEvaluator interface.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | LastFired | Gets the last time that the event was last fired. |
![]() | TimesRaised | Gets the total number of times that the event has been raised. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The RuleFiringRecord class provides information that could be used to determine whether the firing of the event should be recorded.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

