Class VelloWindowsDispatcher
Namespace: VelloSharp.Windows.Shared.Dispatching
Assembly: VelloSharp.Windows.Shared.dll
public static class VelloWindowsDispatcher
Inheritance
object ← VelloWindowsDispatcher
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Provider
public static IVelloWindowsDispatcherProvider Provider { get; set; }
Property Value
IVelloWindowsDispatcherProvider
Methods
GetForCurrentThread()
public static IVelloWindowsDispatcher? GetForCurrentThread()
Returns
TrySetProvider(IVelloWindowsDispatcherProvider, bool)
public static bool TrySetProvider(IVelloWindowsDispatcherProvider provider, bool overwrite = false)
Parameters
provider
IVelloWindowsDispatcherProvider
overwrite
bool