ReplayMode Enum
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.
The ReplayMode enumeration contains values that are used to specify the type of synchronization used during the trace replay.
public enum class ReplayMode
public enum ReplayMode
type ReplayMode =
Public Enum ReplayMode
- Inheritance
-
ReplayMode
Fields
Name | Value | Description |
---|---|---|
SequentialReplay | 0 | The replay is sequential. |
ConnectionLevelSync | 1 | The replay is synchronized at a connection level. |
Remarks
The ReplayMode enumeration class is served by the Mode property.