This documentation is archived and is not being maintained.
PendingChangeEventArgs::UpdateServer Method (UpdateLocalVersionQueue, String)
Visual Studio 2013
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
- currentLocalPath
- Type: System::String
current location on disk (null if not on disk)
- 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.
Show: