BaseHierarchyNode.RefreshAsyncResult.RefreshComplete Method
Removes the specified IAsyncResult object from the pending refresh list.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
‘선언
Public Sub RefreshComplete ( _
asyncResult As IAsyncResult _
)
public void RefreshComplete(
IAsyncResult asyncResult
)
public:
void RefreshComplete(
IAsyncResult^ asyncResult
)
member RefreshComplete :
asyncResult:IAsyncResult -> unit
public function RefreshComplete(
asyncResult : IAsyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
The IAsyncResult object to remove from the pending refresh list.
.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.