ThrottledEventLogger members
This class throttles repeated writes of an Event under a particular context to the Windows event log. A specific duration (default 30 seconds) may be associated with an [event, context] pair. Contexts can be any object, but a best practice is to use objects that are not transient. If use of a transient context is unavoidable ensure that it is deleted before going out of scope.
The ThrottledEventLogger type exposes the following members.
Properties
Name | Description | |
---|---|---|
Instance | Used for singleton access. |
Top
Methods
Name | Description | |
---|---|---|
DeleteContext | If transient contexts are used they can build up in memory. Use this function to release a context that can no longer exist. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top