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
- hierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy
A IVsUIHierarchy object representing the hierarchy to refresh.
- callback
Type: System.AsyncCallback
The callback function.
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.