Updates the server to tell it where pending change's item is currently located.
Accepts UpdateLocalVersionQueue to allow for batching of the UpdateLocalVersion calls.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub UpdateServer ( _
    queue As UpdateLocalVersionQueue, _
    currentLocalPath As String _
)
public void UpdateServer(
    UpdateLocalVersionQueue queue,
    string currentLocalPath
)
public:
void UpdateServer(
    UpdateLocalVersionQueue^ queue, 
    String^ currentLocalPath
)
member UpdateServer : 
        queue:UpdateLocalVersionQueue * 
        currentLocalPath:string -> unit
public function UpdateServer(
    queue : UpdateLocalVersionQueue, 
    currentLocalPath : String
)
Parameters
- currentLocalPath 
 Type: System.String- current location on disk (null if not on disk) 
.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.