Udostępnij za pośrednictwem


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)

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

See Also

Reference

PendingChangeEventArgs Class

UpdateServer Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace