Reopens the repository at the Moment time and the same as the CurrentWorkPackage work area. All transaction objects will be disposed.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: 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 ReOpen(
	bool commit
)
Visual Basic
<ObsoleteAttribute("This method might be removed from future versions. Use the "Rollback" or the "Commit" methods.")> _
Public Sub ReOpen ( _
	commit As Boolean _
)
Visual C++
[ObsoleteAttribute(L"This method might be removed from future versions. Use the "Rollback" or the "Commit" methods.")]
public:
void ReOpen(
	bool commit
)

Parameters

commit
Type: System..::..Boolean
A value indicating whether changes made during the current transaction should be committed.

Remarks

This method might be removed from future versions. Use the Rollback()()()() or the Commit()()()() methods.

See Also