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

Interface to provide a recovery point for a bookmark subscription. Used in the RecoveryPointAdapter interface for updates and recovery. More...

+ Inheritance diagram for AMPS.Client.DynamicRecoveryPoint:

Public Member Functions

 DynamicRecoveryPoint (BookmarkStore store_, Field subId_)
 Initializes a new instance of the DynamicRecoveryPoint class with the specified parameters. More...
 
virtual Field getSubId ()
 Return the subscription id for this recovery point More...
 
virtual BookmarkField getBookmark ()
 Return the bookmark for this recovery point. More...
 
RecoveryPoint copy ()
 Return a deep copy of self. More...
 

Detailed Description

Interface to provide a recovery point for a bookmark subscription. Used in the RecoveryPointAdapter interface for updates and recovery.

Constructor & Destructor Documentation

◆ DynamicRecoveryPoint()

AMPS.Client.DynamicRecoveryPoint.DynamicRecoveryPoint ( BookmarkStore  store_,
Field  subId_ 
)
inline

Initializes a new instance of the DynamicRecoveryPoint class with the specified parameters.

Parameters
store_The bookmark store.
subId_The subscription id.

Member Function Documentation

◆ copy()

RecoveryPoint AMPS.Client.DynamicRecoveryPoint.copy ( )
inline

Return a deep copy of self.

Returns
A deep copy of self.

Implements AMPS.Client.RecoveryPoint.

◆ getBookmark()

virtual BookmarkField AMPS.Client.DynamicRecoveryPoint.getBookmark ( )
inlinevirtual

Return the bookmark for this recovery point.

Returns
The bookmark for this recovery point.

Implements AMPS.Client.RecoveryPoint.

◆ getSubId()

virtual Field AMPS.Client.DynamicRecoveryPoint.getSubId ( )
inlinevirtual

Return the subscription id for this recovery point

Implements AMPS.Client.RecoveryPoint.


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