Closes the repository with changes either committed or rolled back.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[ObsoleteAttribute("This method might be removed from future versions. Use the "Rollback" or the "Commit" methods.")] public void CloseRepository( bool commit ) |
Visual Basic |
---|
<ObsoleteAttribute("This method might be removed from future versions. Use the "Rollback" or the "Commit" methods.")> _ Public Sub CloseRepository ( _ commit As Boolean _ ) |
Visual C++ |
---|
[ObsoleteAttribute(L"This method might be removed from future versions. Use the "Rollback" or the "Commit" methods.")] public: void CloseRepository( bool commit ) |
Parameters
- commit
- Type: System..::..Boolean
A value indicating whether changes made during the transaction should be committed (saved).
Remarks
This method might be removed from future versions.
Use the Rollback()()()() or the Commit()()()() methods.