IWorkspaceSettingsPersistance.Commit Method

Definition

notify that writing was successful for this scope. Needed if autoCommit was false, otherwise closing the scope will cause entire write transaction to be canceled. Used by features that needs to write multiple related properties when a partial persistence may cause inconsistent results.

public:
 void Commit();
public:
 void Commit();
void Commit();
public void Commit ();
abstract member Commit : unit -> unit
Public Sub Commit ()

Applies to