PostSharpAPI ReferencePost­Sharp.​Patterns.​RecordingRecording­ScopeDispose
Open sandboxFocus

RecordingScope.Dispose Method

Dispose()

Closes the current RecordingScope.

Declaration
public void Dispose()
Remarks

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.