Click or drag to resize

BackgroundThreadWithDispatcher Methods

The BackgroundThreadWithDispatcher type exposes the following members.

Methods
  NameDescription
Public methodAbort Obsolete.
Aborts this instance.
(Inherited from ThreadWithDispatcher.)
Public methodBeginInvoke(Action)
Invokes the specified method asynchronously in the dispatcher thread.
(Inherited from ThreadWithDispatcher.)
Public methodBeginInvoke(DispatcherPriority, Action)
Invokes the specified method asynchronously in the dispatcher thread.
(Inherited from ThreadWithDispatcher.)
Public methodBeginShutdown
Initiates shutdown of the Dispatcher asynchronously.
(Inherited from ThreadWithDispatcher.)
Public methodCheckAccess
Determines whether the calling thread is the thread associated with this Dispatcher.
(Inherited from ThreadWithDispatcher.)
Public methodInvoke(Action)
Invokes the specified method in the dispatcher thread.
(Inherited from ThreadWithDispatcher.)
Public methodInvokeT(FuncT)
Invokes the specified method in the dispatcher thread.
(Inherited from ThreadWithDispatcher.)
Public methodJoin
Blocks the calling thread until the Dispatcher terminates.
(Inherited from ThreadWithDispatcher.)
Public methodJoin(TimeSpan)
Blocks the calling thread until the Dispatcher terminates.
(Inherited from ThreadWithDispatcher.)
Public methodVerifyAccess
Determines whether the calling thread has access to this Dispatcher.
(Inherited from ThreadWithDispatcher.)
Top
Extension Methods
See Also