Represents the context of an undo or redo operation. The class gives access to system-defined and user-defined pieces of information.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model.dll
Syntax
[Obsolete("[Recordable] aspect and its components are deprecated and will be removed in a future version.", false)]
public sealed class ReplayContextProperties
| Name | Description |
|---|---|
| CustomContext | Gets a dictionary that user code can use to store arbitrary pieces of information. |
| Success | Determines whether the operation was successful. This flag is set only in the OnReplayed(ReplayKind, ReplayContext) method. |