RecordingScope.Dispose Method |
Closes the current RecordingScope.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.5.16.0 (6.5.16.0)
If the current RecordingScope is atomic, invoking Dispose() without Complete() will undo all changes done in the current scope. In other words, Dispose() without Complete() has rollback semantics.