BaseUIHierarchy.EndWaitForRefresh Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub EndWaitForRefresh ( _
asyncResult As IAsyncResult _
)
public void EndWaitForRefresh(
IAsyncResult asyncResult
)
public:
void EndWaitForRefresh(
IAsyncResult^ asyncResult
)
member EndWaitForRefresh :
asyncResult:IAsyncResult -> unit
public function EndWaitForRefresh(
asyncResult : IAsyncResult
)
Parameters
- asyncResult
Type: System.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.