This documentation is archived and is not being maintained.

ThreadHelper::Invoke<TResult> Method (Func)

Visual Studio 2010

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

public:
generic<typename TResult>
TResult Invoke(
	Func^ method
)

Type Parameters

TResult

Parameters

method
Type: System::Func<TResult>

Return Value

Type: TResult

Show: