Uses of Interface
com.microsoft.tfs.core.clients.versioncontrol.ILocalVersionUpdate

Packages that use ILocalVersionUpdate
com.microsoft.tfs.core.clients.versioncontrol   
 

Uses of ILocalVersionUpdate in com.microsoft.tfs.core.clients.versioncontrol
 

Subinterfaces of ILocalVersionUpdate in com.microsoft.tfs.core.clients.versioncontrol
 interface IPopulatableLocalVersionUpdate
           
 

Classes in com.microsoft.tfs.core.clients.versioncontrol that implement ILocalVersionUpdate
 class ClientLocalVersionUpdate
           Contains version information about local working folder files sent to the server during and after a "get" operation.
 class InitiallyDeletedLocalVersionUpdate
           
 class MoveUncommittedLocalVersionUpdate
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type ILocalVersionUpdate
 void UpdateLocalVersionQueue.queueUpdate(ILocalVersionUpdate update)
          Add the update to the queue, flushing if thresholds have been exceeded.
 



© 2015 Microsoft. All rights reserved.