BackgroundDispatcher::GetBackgroundDispatcher Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Microsoft internal use only.

Gets or creates a dispatcher with the specified name.

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

public:
static Dispatcher^ GetBackgroundDispatcher(
	String^ dispatcherName, 
	int stackSize
)

Parameters

dispatcherName
Type: System::String

The name of the thread/dispatcher (one is created per unique name).

stackSize
Type: System::Int32

Optional size of the stack to be used for new threads.

Return Value

Type: System.Windows.Threading::Dispatcher
The dispatcher associated with the name.

Show: