BaseUIHierarchy.EndWaitForRefresh Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

BaseUIHierarchy Class

Microsoft.TeamFoundation.Common Namespace