AMPS C# Client  5.3.5.0
AMPS C# Client for .NET
AMPS.Client.RecoveryPointFactory Interface Reference

Interface for creating recovery points. More...

+ Inheritance diagram for AMPS.Client.RecoveryPointFactory:

Public Member Functions

RecoveryPoint createRecoveryPoint (Field subId_, BookmarkField bookmark_)
 Creates a recovery point with the specified subscription id and bookmark. More...
 

Detailed Description

Interface for creating recovery points.

Member Function Documentation

◆ createRecoveryPoint()

RecoveryPoint AMPS.Client.RecoveryPointFactory.createRecoveryPoint ( Field  subId_,
BookmarkField  bookmark_ 
)

Creates a recovery point with the specified subscription id and bookmark.

Parameters
subId_The subscription id.
bookmark_The bookmark.
Returns
The created recovery point.

Implemented in AMPS.Client.FixedRecoveryPointFactory, and AMPS.Client.DynamicRecoveryPointFactory.


The documentation for this interface was generated from the following file: