Skip to main content

Class VelloWindowsDispatcher

Namespace: VelloSharp.Windows.Shared.Dispatching
Assembly: VelloSharp.Windows.Shared.dll

public static class VelloWindowsDispatcher

Inheritance

objectVelloWindowsDispatcher

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

IVelloWindowsDispatcher?

TrySetProvider(IVelloWindowsDispatcherProvider, bool)

public static bool TrySetProvider(IVelloWindowsDispatcherProvider provider, bool overwrite = false)

Parameters

provider IVelloWindowsDispatcherProvider

overwrite bool

Returns

bool