Class: Base2art.Threading.RetryLazy<T>

A class that implements Base2art.Threading.ILazy`1, When the function invocation throws an exception this class will throw the exception one time and retry on subsequent invocations.

Inherits

└── System.Object

Implements

Base2art.Threading.ILazy<T>

Properties

Value

Gets the item from the backing source.

Methods

Reset

Calling this method will allow you to get the value again but without a cache.

Inherited Methods

  • ToString

  • Equals(System.Object)

  • Equals(System.Object, System.Object)

  • ReferenceEquals(System.Object, System.Object)

  • GetHashCode

  • GetType