Search Results for

    Show / Hide Table of Contents

    Class BaseFixture.AsyncLazy<T>

    Inheritance
    object
    Lazy<Task<T>>
    BaseFixture.AsyncLazy<T>
    Inherited Members
    Lazy<Task<T>>.ToString()
    Lazy<Task<T>>.IsValueCreated
    Lazy<Task<T>>.Value
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: FastEndpoints.Testing
    Assembly: FastEndpoints.Testing.dll
    Syntax
    protected sealed class BaseFixture.AsyncLazy<T> : Lazy<Task<T>>
    Type Parameters
    Name Description
    T

    Constructors

    AsyncLazy(Func<Task<T>>)

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

    Methods

    GetAwaiter()

    Declaration
    public TaskAwaiter<T> GetAwaiter()
    Returns
    Type Description
    TaskAwaiter<T>
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX