AMPS C# Client
5.3.5.0
AMPS C# Client for .NET
|
Interface for creating recovery points. More...
Public Member Functions | |
RecoveryPoint | createRecoveryPoint (Field subId_, BookmarkField bookmark_) |
Creates a recovery point with the specified subscription id and bookmark. More... | |
Interface for creating recovery points.
RecoveryPoint AMPS.Client.RecoveryPointFactory.createRecoveryPoint | ( | Field | subId_, |
BookmarkField | bookmark_ | ||
) |
Creates a recovery point with the specified subscription id and bookmark.
subId_ | The subscription id. |
bookmark_ | The bookmark. |
Implemented in AMPS.Client.FixedRecoveryPointFactory, and AMPS.Client.DynamicRecoveryPointFactory.