ITeamExplorerPlugin.BeginRefresh Method

Begins an asynchronous refresh operation.

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

Syntax

‘선언
Function BeginRefresh ( _
    hierarchy As IVsUIHierarchy, _
    callback As AsyncCallback, _
    stateObject As Object _
) As IAsyncResult
IAsyncResult BeginRefresh(
    IVsUIHierarchy hierarchy,
    AsyncCallback callback,
    Object stateObject
)
IAsyncResult^ BeginRefresh(
    IVsUIHierarchy^ hierarchy, 
    AsyncCallback^ callback, 
    Object^ stateObject
)
abstract BeginRefresh : 
        hierarchy:IVsUIHierarchy * 
        callback:AsyncCallback * 
        stateObject:Object -> IAsyncResult 
function BeginRefresh(
    hierarchy : IVsUIHierarchy, 
    callback : AsyncCallback, 
    stateObject : Object
) : IAsyncResult

Parameters

  • stateObject
    Type: System.Object
    An object representing the state of the operation.

Return Value

Type: System.IAsyncResult
The IAsyncResult object representing the result of the asynchronous operation.

.NET Framework Security

See Also

Reference

ITeamExplorerPlugin Interface

Microsoft.TeamFoundation.Common Namespace