Compartir a través de


TraceReplayOptions Miembros

The TraceReplayOptions object is a Replay object that represents the configuration settings required when replaying a trace.

El tipo TraceReplayOptions expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico TraceReplayOptions Initializes a new instance of the TraceReplayOptions class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública BlockedProcessesEnabled Gets or sets a value indicating whether the blocked processes monitor is enabled to search for blocked or blocking processes.
Propiedad pública BlockedProcessesWaitInterval Gets or sets the threshold, in seconds, at which blocked process reports are generated.
Propiedad pública DisplayPerfEvent Gets or sets a value indicating whether an additional event that reports execution time is displayed for each replayed event.
Propiedad pública HealthMonitorPollInterval Gets or sets the interval between checking for unused threads in seconds.
Propiedad pública HealthMonitorWaitInterval Gets or sets the maximum permitted lifetime of an unused thread.
Propiedad pública KeepResults Gets or sets the Boolean property value that specifies whether to keep the replay results.
Propiedad pública Mode Gets or sets whether the trace replay sequential or synchronized.
Propiedad pública NumberOfReplayThreads Gets or sets the number of threads used when replaying the trace.

Principio