SynchronousCompletionAsyncResultT Structure

A task-like operation that is guaranteed to finish continuations synchronously, can be used for parametrized one-shot events

Definition

Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public struct SynchronousCompletionAsyncResult<T> : INotifyCompletion, 
	IEquatable<SynchronousCompletionAsyncResult<T>>
Inheritance
Object    ValueType    SynchronousCompletionAsyncResultT
Implements
IEquatableSynchronousCompletionAsyncResultT, INotifyCompletion

Type Parameters

T

Properties

Methods

GetAwaiter 
GetResult 
GetTypeGets the Type of the current instance.
(Inherited from Object)
OnCompleted(Action) 

See Also