WorkItemStore.RefreshCache Method

Calls the Team Foundation server to request an update of the cached metadata on the client computer.

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

Syntax

'Declaration
Public Sub RefreshCache
'Usage
Dim instance As WorkItemStore

instance.RefreshCache()
public void RefreshCache()
public:
void RefreshCache()
public function RefreshCache()

Remarks

This can raise a MetadataChanged event if the call returns metadata. Note that other operations that result in a database round-trip can also result in metadata changes.

.NET Framework Security

See Also

Reference

WorkItemStore Class

WorkItemStore Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace