This documentation is archived and is not being maintained.

PendingChangeEventArgs::UpdateServer Method (UpdateLocalVersionQueue, String)

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)

public:
void UpdateServer(
	UpdateLocalVersionQueue^ queue, 
	String^ currentLocalPath
)

Parameters

queue
Type: Microsoft.TeamFoundation.VersionControl.Client::UpdateLocalVersionQueue
currentLocalPath
Type: System::String

current location on disk (null if not on disk)

Show: