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

RecordingScope.Complete Method

Complete()

Closes the current RecordingScope and mark it as successful.

Declaration
public void Complete()
Remarks

It allowed but unnecessary to call the Dispose() method after the Complete() method.