2023 Method
Changes 0
M

EditScope.Commit

Description:
Finishes the edit scope.
Remarks:
All the changes made after starting the EditScope will be committed. Changes will be merged into one transaction.
public void Commit(
	IFailuresPreprocessor failurePreprocessor
)