Class: Base2art.Threading.OneTryLazy<T>

A class that implements Base2art.Threading.ILazy`1, When the funcion invocation throws an exception all following invocations are garanteed to also throw exceptions.

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