Leave():Boolean

Leaves the ChangeSet in the current session.

This method leaves the current ChangeSet in the current session for the logged on user. After the method is executed, the user makes all changes in the context of the Productive Environment.

Before another ChangeSet can be entered, this method must be called for the ChangeSet currently entered. If it is attempted to enter a further ChangeSet in the current session for the same user, then an EnteredDifferentChangeSetException is triggered.

Return type: System.Boolean