BaseHierarchyNode.RefreshAsyncResult.AddPendingRefresh Method

Adds an IAsyncResult object to the list of pending refreshes that must complete.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

‘선언
Public Sub AddPendingRefresh ( _
    asyncResult As IAsyncResult _
)
public void AddPendingRefresh(
    IAsyncResult asyncResult
)
public:
void AddPendingRefresh(
    IAsyncResult^ asyncResult
)
member AddPendingRefresh : 
        asyncResult:IAsyncResult -> unit 
public function AddPendingRefresh(
    asyncResult : IAsyncResult
)

Parameters

.NET Framework Security

See Also

Reference

BaseHierarchyNode.RefreshAsyncResult Class

Microsoft.TeamFoundation.Common Namespace