Struct SynchronousCompletionAsyncResult<T>
A task-like operation that is guaranteed to finish continuations synchronously, can be used for parametrized one-shot events
public struct SynchronousCompletionAsyncResult<T> : INotifyCompletion
Type Parameters
T
- Implements
Constructors
- SynchronousCompletionAsyncResult(T)
This item supports the framework infrastructure and is not intended to be used directly from your code.
Properties
- IsCompleted
This item supports the framework infrastructure and is not intended to be used directly from your code.
Methods
- GetAwaiter()
This item supports the framework infrastructure and is not intended to be used directly from your code.
- GetResult()
This item supports the framework infrastructure and is not intended to be used directly from your code.
- OnCompleted(Action)
This item supports the framework infrastructure and is not intended to be used directly from your code.