public delegate void RetryAction()
Public Delegate Sub RetryAction
type RetryAction = delegate of unit -> unit