AMPS C# Client  5.3.3.4
AMPS C# Client for .NET
AMPS.Client.RecoveryPointAdapter Interface Reference
+ Inheritance diagram for AMPS.Client.RecoveryPointAdapter:

Public Member Functions

void update (RecoveryPoint recoveryPoint_)
 
void purge ()
 
void purge (Field subId_)
 
void close ()
 

Member Function Documentation

◆ close()

void AMPS.Client.RecoveryPointAdapter.close ( )

Take any necessary actions to close the underlying storage.

Implemented in AMPS.Client.SOWRecoveryPointAdapter, and AMPS.Client.ConflatingRecoveryPointAdapter.

◆ purge() [1/2]

void AMPS.Client.RecoveryPointAdapter.purge ( )

Remove all recovery point information.

Implemented in AMPS.Client.SOWRecoveryPointAdapter, and AMPS.Client.ConflatingRecoveryPointAdapter.

◆ purge() [2/2]

void AMPS.Client.RecoveryPointAdapter.purge ( Field  subId_)

Remove all recovery point information for a given sub id.

Implemented in AMPS.Client.SOWRecoveryPointAdapter, and AMPS.Client.ConflatingRecoveryPointAdapter.

◆ update()

void AMPS.Client.RecoveryPointAdapter.update ( RecoveryPoint  recoveryPoint_)

Process an update to the newest recovery point.

Implemented in AMPS.Client.SOWRecoveryPointAdapter, and AMPS.Client.ConflatingRecoveryPointAdapter.


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