ProGet SDK Reference
Version:

LazyAsync<T>(System.Func<T> getValue, System.Func<System.Threading.Tasks.Task<T>> getValueAsync) Constructor

Syntax

public .ctor(Func<T> getValue, Func<Task<T>> getValueAsync)

Parameters

getValue
Type: System.Func<T>
getValueAsync
Type: System.Func<System.Threading.Tasks.Task<T>>