Repository4.QueryPendingChangeSignature Method

Also called "pre-reconcile." Fetches the server's current pending changes signature for the workspace specified. If it equals the client's pending changes signature, then the reconcile can be skipped because there is no work to do.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryPendingChangeSignature ( _
    workspaceName As String, _
    ownerName As String _
) As Guid
[WebMethodAttribute]
public Guid QueryPendingChangeSignature(
    string workspaceName,
    string ownerName
)
[WebMethodAttribute]
public:
Guid QueryPendingChangeSignature(
    String^ workspaceName, 
    String^ ownerName
)
[<WebMethodAttribute>]
member QueryPendingChangeSignature : 
        workspaceName:string * 
        ownerName:string -> Guid
public function QueryPendingChangeSignature(
    workspaceName : String, 
    ownerName : String
) : Guid

Parameters

Return Value

Type: System.Guid
The pending changes signature for the workspace.

.NET Framework Security

See Also

Reference

Repository4 Class

Microsoft.TeamFoundation.VersionControl.Server Namespace