The Retry type exposes the following members.

Constructors

  NameDescription
Retry
Initializes a new instance of the Retry class

Methods

  NameDescription
DoBetween
Specifies a custom action to be executed between each consecutive attempt, but not before the first one.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Repeat
Specifies the maximum number of evaluation attempts, before the Until(Func<(Of <(Boolean>)>)), or Until(WaitHandle) operation fails.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UntilOverloaded.
WithFailureMessage
Specifies a custom formatted message to be added to the text of the assertion raised when the retry operation has failed.
WithPollingOverloaded.
WithTimeoutOverloaded.

Extension Methods

  NameDescription
FormatOverloaded.

See Also