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
- 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.