BasicAsyncPlugin.EndLoad Method

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

Syntax

‘선언
Public Overridable Sub EndLoad ( _
    asyncResult As IAsyncResult _
)
public virtual void EndLoad(
    IAsyncResult asyncResult
)
public:
virtual void EndLoad(
    IAsyncResult^ asyncResult
)
abstract EndLoad : 
        asyncResult:IAsyncResult -> unit 
override EndLoad : 
        asyncResult:IAsyncResult -> unit 
public function EndLoad(
    asyncResult : IAsyncResult
)

Parameters

Implements

ITeamExplorerPlugin.EndLoad(IAsyncResult)

.NET Framework Security

See Also

Reference

BasicAsyncPlugin Class

Microsoft.TeamFoundation.Common Namespace