AMPS C# Client
5.3.5.0
AMPS C# Client for .NET
|
Represents a recovery point with a sequence number. More...
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... | |
Represents a recovery point with a sequence number.
|
inline |
Initializes a new instance of the SequencedRecoveryPoint class.
|
pure virtual |
Creates a copy of this recovery point.
Implements AMPS.Client.RecoveryPoint.
Implemented in AMPS.Client.FixedRecoveryPoint.
|
pure virtual |
Gets the bookmark associated with this recovery point.
Implements AMPS.Client.RecoveryPoint.
Implemented in AMPS.Client.FixedRecoveryPoint.
|
pure virtual |
Gets the subscription ID associated with this recovery point.
Implements AMPS.Client.RecoveryPoint.
Implemented in AMPS.Client.FixedRecoveryPoint.