Skip to main content

DispatcherPriorityAwaitable<T> Class

Definition

Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public sealed class DispatcherPriorityAwaitable<T> : DispatcherPriorityAwaitable

View Source
InheritanceObjectDispatcherPriorityAwaitable → DispatcherPriorityAwaitable(T)

Type Parameters

Properties

IsCompleted
(Inherited from DispatcherPriorityAwaitable)

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetAwaiter() 
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetResult() 
GetType()Gets the Type of the current instance.
(Inherited from Object)
OnCompleted(Action)
(Inherited from DispatcherPriorityAwaitable)
ToString()Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Avalonia.Threading Namespace