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