Show / Hide Table of Contents

Class AsyncLazy<T>

Inheritance
System.Object
AsyncLazy<T>
Namespace: Scraper.Net
Assembly: Scraper.Net.dll
Syntax
public class AsyncLazy<T> : Lazy<Task<T>>
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

AsyncLazy(Func<T>)

Declaration
public AsyncLazy(Func<T> valueFactory)
Parameters
Type Name Description
Func<T> valueFactory
| Improve this Doc View Source

AsyncLazy(Func<Task<T>>)

Declaration
public AsyncLazy(Func<Task<T>> taskFactory)
Parameters
Type Name Description
Func<Task<T>> taskFactory

Methods

| Improve this Doc View Source

GetAwaiter()

Declaration
public TaskAwaiter<T> GetAwaiter()
Returns
Type Description
TaskAwaiter<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX