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# | 
|---|
public void RevertToCommitPoint(
	string storeName,
	ICommitPointInfo commitPoint
)  | 
| Visual Basic | 
|---|
Public Sub RevertToCommitPoint ( 
	storeName As String,
	commitPoint As ICommitPointInfo
)  | 
| Visual C++ | 
|---|
public:
virtual void RevertToCommitPoint(
	String^ storeName, 
	ICommitPointInfo^ commitPoint
) sealed  | 
| F# | 
|---|
abstract RevertToCommitPoint : 
        storeName : string * 
        commitPoint : ICommitPointInfo -> unit 
override 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 
Implements
IBrightstarService..::..RevertToCommitPoint(String, ICommitPointInfo)
See Also