ITrace Interface

Definition

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.

Applies to