BasicAsyncPlugin.EndLoad Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
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
- asyncResult
Type: System.IAsyncResult
Implements
ITeamExplorerPlugin.EndLoad(IAsyncResult)
.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.