Dispose()
Closes the current RecordingScope.
Declaration
public void Dispose()
Implements
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.