AMPS C# Client
5.3.3.4
AMPS C# Client for .NET
|
Public Member Functions | |
void | update (RecoveryPoint recoveryPoint_) |
void | purge () |
void | purge (Field subId_) |
void | close () |
void AMPS.Client.RecoveryPointAdapter.close | ( | ) |
Take any necessary actions to close the underlying storage.
Implemented in AMPS.Client.SOWRecoveryPointAdapter, and AMPS.Client.ConflatingRecoveryPointAdapter.
void AMPS.Client.RecoveryPointAdapter.purge | ( | ) |
Remove all recovery point information.
Implemented in AMPS.Client.SOWRecoveryPointAdapter, and AMPS.Client.ConflatingRecoveryPointAdapter.
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.
void AMPS.Client.RecoveryPointAdapter.update | ( | RecoveryPoint | recoveryPoint_ | ) |
Process an update to the newest recovery point.
Implemented in AMPS.Client.SOWRecoveryPointAdapter, and AMPS.Client.ConflatingRecoveryPointAdapter.