AvailabilityGroupStatusWriterTryRepeatedly Method
Concurrent operations may fail... so we retry them here.
Namespace: MFiles.VAF.MultiserverModeAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected void TryRepeatedly(
Action action,
int delayInMs,
int attemptsRemaining
)
Parameters
- action Action
- Action to execute.
- delayInMs Int32
- Delay between attempts.
- attemptsRemaining Int32
- Attempts remaining.