|
AMPS C# Client
5.3.4.0
AMPS C# Client for .NET
|
class for creating instances of FixedRecoveryPoint. More...
Inheritance diagram for AMPS.Client.FixedRecoveryPointFactory:Public Member Functions | |
| FixedRecoveryPointFactory () | |
| Initializes a new instance of the FixedRecoveryPointFactory class. More... | |
| RecoveryPoint | createRecoveryPoint (Field subId_, BookmarkField bookmark_) |
| Creates a new instance of FixedRecoveryPoint with the specified subscription ID and bookmark. More... | |
class for creating instances of FixedRecoveryPoint.
|
inline |
Initializes a new instance of the FixedRecoveryPointFactory class.
|
inline |
Creates a new instance of FixedRecoveryPoint with the specified subscription ID and bookmark.
| subId_ | The subscription ID. |
| bookmark_ | The bookmark. |
Implements AMPS.Client.RecoveryPointFactory.