AMPS C# Client  5.3.5.0
AMPS C# Client for .NET
AMPS.Client.FixedRecoveryPointFactory Class Reference

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...
 

Detailed Description

class for creating instances of FixedRecoveryPoint.

Constructor & Destructor Documentation

◆ FixedRecoveryPointFactory()

AMPS.Client.FixedRecoveryPointFactory.FixedRecoveryPointFactory ( )
inline

Initializes a new instance of the FixedRecoveryPointFactory class.

Member Function Documentation

◆ createRecoveryPoint()

RecoveryPoint AMPS.Client.FixedRecoveryPointFactory.createRecoveryPoint ( Field  subId_,
BookmarkField  bookmark_ 
)
inline

Creates a new instance of FixedRecoveryPoint with the specified subscription ID and bookmark.

Parameters
subId_The subscription ID.
bookmark_The bookmark.
Returns
A new instance of FixedRecoveryPoint.

Implements AMPS.Client.RecoveryPointFactory.


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