ReplayTargetTask Enumeration

Ultimate Replay

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)
Syntax
C#
public enum ReplayTargetTask
Members
  Member nameValueDescription
Commit0 The replay target should commit all data currently in memeory to its end destination. Similar to a flush method.
Discard1 The replay target should discard any recorded data.
PrepareWrite2 The replay target should prepare for subsequent write requests.
PrepareRead3 The replay target should prepare for subsequent read requests.
See Also