Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Refreshes all cached information asynchronously for the given task.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Function RefreshTasksAsync ( _
    providerCookie As UInteger _
) As IVsTask
IVsTask RefreshTasksAsync(
    uint providerCookie
)
IVsTask^ RefreshTasksAsync(
    [InAttribute] unsigned int providerCookie
)
abstract RefreshTasksAsync : 
        providerCookie:uint32 -> IVsTask
function RefreshTasksAsync(
    providerCookie : uint
) : IVsTask
Parameters
- providerCookie 
 Type: UInt32- [in] The task provider ID given by the RegisterTaskProvider method. 
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsTask
The asynchronous task that you can use to schedule work that will be executed once the refresh operation is finished.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.