Op Englesch liesen Editéieren

Deelen iwwer


PoolingAsyncValueTaskMethodBuilder<TResult> Struct

Definition

Represents a builder for asynchronous methods that returns a ValueTask<TResult>.

C#
public struct PoolingAsyncValueTaskMethodBuilder<TResult>

Type Parameters

TResult

The type of the result.

Inheritance
PoolingAsyncValueTaskMethodBuilder<TResult>

Properties

Task

Gets the value task for this builder.

Methods

AwaitOnCompleted<TAwaiter,TStateMachine>(TAwaiter, TStateMachine)

Schedules the state machine to proceed to the next action when the specified awaiter completes.

AwaitUnsafeOnCompleted<TAwaiter,TStateMachine>(TAwaiter, TStateMachine)

Schedules the state machine to proceed to the next action when the specified awaiter completes.

Create()

Creates an instance of the PoolingAsyncValueTaskMethodBuilder<TResult> struct.

SetException(Exception)

Marks the value task as failed and binds the specified exception to the value task.

SetResult(TResult)

Marks the value task as successfully completed.

SetStateMachine(IAsyncStateMachine)

Associates the builder with the specified state machine.

Start<TStateMachine>(TStateMachine)

Begins running the builder with the associated state machine.

Applies to

Produkt Versiounen
.NET 6, 7, 8, 9, 10