IVsTaskList3.RefreshTasksAsync(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Refreshes all cached information asynchronously for the given task.
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ RefreshTasksAsync(System::UInt32 providerCookie);
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ RefreshTasksAsync(unsigned int providerCookie);
Microsoft::VisualStudio::Shell::Interop::IVsTask RefreshTasksAsync(unsigned int providerCookie);
public Microsoft.VisualStudio.Shell.Interop.IVsTask RefreshTasksAsync (uint providerCookie);
abstract member RefreshTasksAsync : uint32 -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function RefreshTasksAsync (providerCookie As UInteger) As IVsTask
Parameters
- providerCookie
- UInt32
[in] The task provider ID given by the RegisterTaskProvider(IVsTaskProvider, UInt32) method.
Returns
The asynchronous task that you can use to schedule work that will be executed once the refresh operation is finished.