WorkItemStore.SyncToCache Method

Sync to the last version of the cache.

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

Syntax

'Declaration
Public Function SyncToCache As Boolean
public bool SyncToCache()
public:
bool SyncToCache()
member SyncToCache : unit -> bool
public function SyncToCache() : boolean

Return Value

Type: System.Boolean
True if the operation succeeded. False if the operation failed.

Remarks

This can cause a metadata changed event if the call returned metadata. Other operations that cause a database round trip can also cause metadata changed events.

.NET Framework Security

See Also

Reference

WorkItemStore Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace