Revokes any changes made during the transaction and closes the repository.
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" method.")] public void CloseRepository() |
Visual Basic |
---|
<ObsoleteAttribute("This method might be removed from future versions. Use the "Rollback" method.")> _ Public Sub CloseRepository |
Visual C++ |
---|
[ObsoleteAttribute(L"This method might be removed from future versions. Use the "Rollback" method.")] public: void CloseRepository() |
Remarks
This method might be removed from future versions.
Use the Rollback()()()() method.