AMPS C# Client  5.3.5.0
AMPS C# Client for .NET
AMPS.Client.DynamicRecoveryPointFactory Class Reference

Class for creating DynamicRecoveryPoint instances. More...

+ Inheritance diagram for AMPS.Client.DynamicRecoveryPointFactory:

Public Member Functions

 DynamicRecoveryPointFactory (BookmarkStore store_)
 Initializes a new instance of the DynamicRecoveryPointFactory class with the specified bookmark store. More...
 
RecoveryPoint createRecoveryPoint (Field subId_, BookmarkField bookmark_)
 Creates a new recovery point. More...
 

Detailed Description

Class for creating DynamicRecoveryPoint instances.

Constructor & Destructor Documentation

◆ DynamicRecoveryPointFactory()

AMPS.Client.DynamicRecoveryPointFactory.DynamicRecoveryPointFactory ( BookmarkStore  store_)
inline

Initializes a new instance of the DynamicRecoveryPointFactory class with the specified bookmark store.

Parameters
store_The bookmark store.

Member Function Documentation

◆ createRecoveryPoint()

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

Creates a new recovery point.

Parameters
subId_The subscription id.
bookmark_The bookmark.
Returns
A new recovery point.

Implements AMPS.Client.RecoveryPointFactory.


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