Share via


IVsTaskList3.RefreshTasksAsync(UInt32) Method

Definition

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.

Applies to