|
AvailabilityGroupStatusWriterTryRepeatedly Method
|
Concurrent operations may fail... so we retry them here.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxprotected void TryRepeatedly(
Action action,
int delayInMs,
int attemptsRemaining
)
Parameters
- action
- Type: SystemAction
Action to execute. - delayInMs
- Type: SystemInt32
Delay between attempts. - attemptsRemaining
- Type: SystemInt32
Attempts remaining.
See Also