AvailabilityGroupStatusWriterTryRepeatedly Method

Concurrent operations may fail... so we retry them here.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected void TryRepeatedly(
	Action action,
	int delayInMs,
	int attemptsRemaining
)

Parameters

action  Action
Action to execute.
delayInMs  Int32
Delay between attempts.
attemptsRemaining  Int32
Attempts remaining.

See Also