ITrace Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a mechanism to store event logs which can be viewed or replayed later.
public interface ITrace
type ITrace = interface
Public Interface ITrace
- Derived
Properties
IsStarted |
Infrastructure. Gets whether the initiation status of an ITrace object is started. |
Parent |
Infrastructure. Gets the parent server of a trace. |
Methods
Start() |
Infrastructure. Starts an ITrace. |
Stop() |
Infrastructure. Stops an ITrace. |
Events
OnEvent |
Infrastructure. Assigns a certain trace event handler to an event associated with an ITrace object. |
Stopped |
Infrastructure. Indicates that an ITrace has stopped. |