Reopens the repository at the specified moment and in the specified 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#
public void ReOpen(
	bool commit,
	Nullable<DateTime> moment,
	string workAreaID
)
Visual Basic
Public Sub ReOpen ( _
	commit As Boolean, _
	moment As Nullable(Of DateTime), _
	workAreaID As String _
)
Visual C++
public:
void ReOpen(
	bool commit, 
	Nullable<DateTime> moment, 
	String^ workAreaID
)

Parameters

commit
Type: System..::..Boolean
A value indicating whether changes made during the current transaction should be committed.
moment
Type: System..::..Nullable<(Of <(<'DateTime>)>)>
Specifies the date at which to open the vault in History mode. If nullNothingnullptra null reference (Nothing in Visual Basic), then the vault will be opened at the present time and mode in which the repository was initially opened.
workAreaID
Type: System..::..String
The ID property value of the work area. If nullNothingnullptra null reference (Nothing in Visual Basic) or an empty string, then the vault will be opened in the context of the main area.

See Also