Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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.