ManualResetValueTaskSourceCore<TResult> Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the core logic for implementing a manual-reset IValueTaskSource or IValueTaskSource<TResult>.
generic <typename TResult>
public value class ManualResetValueTaskSourceCore
public struct ManualResetValueTaskSourceCore<TResult>
type ManualResetValueTaskSourceCore<'Result> = struct
Public Structure ManualResetValueTaskSourceCore(Of TResult)
- TResult
- Inheritance
Run |
Gets or sets whether to force continuations to run asynchronously. |
Version |
Gets the operation version. |
Get |
Gets the result of the operation. |
Get |
Gets the status of the operation. |
On |
Schedules the continuation action for this operation. |
Reset() |
Resets to prepare for the next operation. |
Set |
Complets with an error. |
Set |
Completes with a successful result. |
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Standard | 2.0 (package-provided), 2.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: