|
AMPS C# Client
5.3.4.0
AMPS C# Client for .NET
|
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.FixedRecoveryPoint:Public Member Functions | |
| FixedRecoveryPoint () | |
| Initializes a new instance of the FixedRecoveryPoint class. More... | |
| FixedRecoveryPoint (Field subId_, BookmarkField bookmark_) | |
| Initializes a new instance of the FixedRecoveryPoint class with the specified subscription ID and bookmark. More... | |
| override Field | getSubId () |
| Gets the subscription ID associated with this recovery point. More... | |
| override BookmarkField | getBookmark () |
| Gets the bookmark associated with this recovery point. More... | |
| override RecoveryPoint | copy () |
| Creates a deep copy of this recovery point. More... | |
Public Member Functions inherited from AMPS.Client.SequencedRecoveryPoint | |
| SequencedRecoveryPoint () | |
| Initializes a new instance of the SequencedRecoveryPoint class. More... | |
Interface to provide a recovery point for a bookmark subscription. Used in the RecoveryPointAdapter interface for updates and recovery.
|
inline |
Initializes a new instance of the FixedRecoveryPoint class.
|
inline |
Initializes a new instance of the FixedRecoveryPoint class with the specified subscription ID and bookmark.
| subId_ | The subscription ID. |
| bookmark_ | The bookmark. |
|
inlinevirtual |
Creates a deep copy of this recovery point.
Implements AMPS.Client.SequencedRecoveryPoint.
|
inlinevirtual |
Gets the bookmark associated with this recovery point.
Implements AMPS.Client.SequencedRecoveryPoint.
|
inlinevirtual |
Gets the subscription ID associated with this recovery point.
Implements AMPS.Client.SequencedRecoveryPoint.