DispatcherPriorityAwaitable<T> Class
Definition
Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public sealed class DispatcherPriorityAwaitable<T> : DispatcherPriorityAwaitable
Public NotInheritable Class DispatcherPriorityAwaitable(Of T)
Inherits DispatcherPriorityAwaitable
[<SealedAttribute>]
type DispatcherPriorityAwaitable<'T> =
class
inherit DispatcherPriorityAwaitable
end
Inheritance | Object → DispatcherPriorityAwaitable → 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) |