Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class TaskExtensions

    Extension methods to the Task and ValueTask classes.

    Inheritance
    object
    TaskExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Client.Transactions
    Assembly: Couchbase.NetClient.dll
    Syntax
    public static class TaskExtensions

    Methods

    | Edit this page View Source

    CAF(Task)

    Declaration
    public static ConfiguredTaskAwaitable CAF(this Task awaitable)
    Parameters
    Type Name Description
    Task awaitable
    Returns
    Type Description
    ConfiguredTaskAwaitable
    | Edit this page View Source

    CAF(ValueTask)

    Declaration
    public static ConfiguredValueTaskAwaitable CAF(this ValueTask awaitable)
    Parameters
    Type Name Description
    ValueTask awaitable
    Returns
    Type Description
    ConfiguredValueTaskAwaitable
    | Edit this page View Source

    CAF<T>(Task<T>)

    Declaration
    public static ConfiguredTaskAwaitable<T> CAF<T>(this Task<T> awaitable)
    Parameters
    Type Name Description
    Task<T> awaitable
    Returns
    Type Description
    ConfiguredTaskAwaitable<T>
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    CAF<T>(ValueTask<T>)

    Declaration
    public static ConfiguredValueTaskAwaitable<T> CAF<T>(this ValueTask<T> awaitable)
    Parameters
    Type Name Description
    ValueTask<T> awaitable
    Returns
    Type Description
    ConfiguredValueTaskAwaitable<T>
    Type Parameters
    Name Description
    T
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.