Method GetDispatcherForWindowsDispatcher
GetDispatcherForWindowsDispatcher(Object)
Gets an implementation of the IDispatcher interface for a given
instance of the System.Windows.Threading.Dispatcher
class.
Declaration
public static IDispatcher GetDispatcherForWindowsDispatcher(object dispatcher)
Parameters
Type | Name | Description |
---|---|---|
Object | dispatcher | An instance of the |
Returns
Type | Description |
---|---|
IDispatcher | An implementation of IDispatcher wrapping the functionality of |