BCRepository.ReOpen Method (Boolean, Nullable<DateTime>) |
Reopens the repository at the specified time and work area in which
the repository was initially opened.
All transaction objects will be disposed.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic void ReOpen(
bool commit,
DateTime? moment
)
Public Sub ReOpen (
commit As Boolean,
moment As DateTime?
)
Parameters
- commit
- Type: System.Boolean
A value indicating whether changes made during the current
transaction should be committed.
- moment
- Type: System.Nullable<DateTime>
Specifies the date at which to open the vault in History mode.
If null, then the vault will be opened at the present time
and mode in which the repository was initially opened.
See Also