WorkItemStore.RefreshCache Method

Calls the back end to refresh cached metadata.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public Sub RefreshCache
public void RefreshCache()
public:
void RefreshCache()
member RefreshCache : unit -> unit
public function RefreshCache()

Remarks

Can cause a metadata changed event. Other operations that cause a database round trip also cause metadata changed events.

.NET Framework Security

See Also

Reference

WorkItemStore Class

RefreshCache Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace