TraceReplayOptions 멤버

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

TraceReplayOptions 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 TraceReplayOptions Initializes a new instance of the TraceReplayOptions class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

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

맨 위로 이동