Share via


ITeamExplorerPlugin.EndRefresh Method

Ends the refresh operation initiated by BeginRefresh.

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

Syntax

‘선언
Sub EndRefresh ( _
    asyncResult As IAsyncResult _
)
void EndRefresh(
    IAsyncResult asyncResult
)
void EndRefresh(
    IAsyncResult^ asyncResult
)
abstract EndRefresh : 
        asyncResult:IAsyncResult -> unit 
function EndRefresh(
    asyncResult : IAsyncResult
)

Parameters

.NET Framework Security

See Also

Reference

ITeamExplorerPlugin Interface

Microsoft.TeamFoundation.Common Namespace