Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.