AMPS C# Client  5.3.5.0
AMPS C# Client for .NET
AMPS.Client.SequencedRecoveryPoint Class Referenceabstract

Represents a recovery point with a sequence number. More...

+ Inheritance diagram for AMPS.Client.SequencedRecoveryPoint:

Public Member Functions

 SequencedRecoveryPoint ()
 Initializes a new instance of the SequencedRecoveryPoint class. More...
 
abstract Field getSubId ()
 Gets the subscription ID associated with this recovery point. More...
 
abstract BookmarkField getBookmark ()
 Gets the bookmark associated with this recovery point. More...
 
abstract RecoveryPoint copy ()
 Creates a copy of this recovery point. More...
 

Detailed Description

Represents a recovery point with a sequence number.

Constructor & Destructor Documentation

◆ SequencedRecoveryPoint()

AMPS.Client.SequencedRecoveryPoint.SequencedRecoveryPoint ( )
inline

Initializes a new instance of the SequencedRecoveryPoint class.

Member Function Documentation

◆ copy()

abstract RecoveryPoint AMPS.Client.SequencedRecoveryPoint.copy ( )
pure virtual

Creates a copy of this recovery point.

Returns
A copy of the recovery point.

Implements AMPS.Client.RecoveryPoint.

Implemented in AMPS.Client.FixedRecoveryPoint.

◆ getBookmark()

abstract BookmarkField AMPS.Client.SequencedRecoveryPoint.getBookmark ( )
pure virtual

Gets the bookmark associated with this recovery point.

Returns
The bookmark.

Implements AMPS.Client.RecoveryPoint.

Implemented in AMPS.Client.FixedRecoveryPoint.

◆ getSubId()

abstract Field AMPS.Client.SequencedRecoveryPoint.getSubId ( )
pure virtual

Gets the subscription ID associated with this recovery point.

Returns
The subscription ID.

Implements AMPS.Client.RecoveryPoint.

Implemented in AMPS.Client.FixedRecoveryPoint.


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