This will make the commit point provided the new latest commit point. Blocks until the operation is complete.
            
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
void RevertToCommitPoint(
	string storeName,
	ICommitPointInfo commitPoint
)  | 
| Visual Basic | 
|---|
Sub RevertToCommitPoint ( 
	storeName As String,
	commitPoint As ICommitPointInfo
)  | 
| Visual C++ | 
|---|
void RevertToCommitPoint(
	String^ storeName, 
	ICommitPointInfo^ commitPoint
)  | 
| F# | 
|---|
abstract RevertToCommitPoint : 
        storeName : string * 
        commitPoint : ICommitPointInfo -> unit 
 | 
Parameters
- storeName
 - Type: System..::..String
The name of the store to be reverted 
- commitPoint
 - Type: BrightstarDB.Client..::..ICommitPointInfo
The commit point to revert to 
See Also