Ultimate Replay Scripting Reference
| ReplayTargetTask Enumeration |
Represents a task that can be issued to a ReplayTarget.
Namespace: UltimateReplay.Storage
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxC#
public enum ReplayTargetTask
Members| Member name | Value | Description | |
|---|---|---|---|
| Commit | 0 | The replay target should commit all data currently in memeory to its end destination. Similar to a flush method. | |
| Discard | 1 | The replay target should discard any recorded data. | |
| PrepareWrite | 2 | The replay target should prepare for subsequent write requests. | |
| PrepareRead | 3 | The replay target should prepare for subsequent read requests. |
See Also