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.
Adds an IAsyncResult object to the list of pending refreshes that must complete.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub AddPendingRefresh ( _
asyncResult As IAsyncResult _
)
public void AddPendingRefresh(
IAsyncResult asyncResult
)
public:
void AddPendingRefresh(
IAsyncResult^ asyncResult
)
member AddPendingRefresh :
asyncResult:IAsyncResult -> unit
public function AddPendingRefresh(
asyncResult : IAsyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
The IAsyncResult object to add to 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.