BCRepositoryCloseRepository Method |
Note: This API is now obsolete.
Revokes any changes made during the transaction and closes the repository.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax [ObsoleteAttribute("This method might be removed from future versions. Use the "Rollback" method.")]
public void CloseRepository()
<ObsoleteAttribute("This method might be removed from future versions. Use the "Rollback" method.")>
Public Sub CloseRepository
Remarks
This method might be removed from future versions.
Use the
Rollback method.
See Also