BaseHierarchyNode.RefreshAsyncResult.RefreshComplete Method

Removes the specified IAsyncResult object from the pending refresh list.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

BaseHierarchyNode.RefreshAsyncResult Class

Microsoft.TeamFoundation.Common Namespace