TeamFoundationVersionControlService.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
Public Function QueryPendingChangeSignature ( _
    requestContext As TeamFoundationRequestContext, _
    workspaceName As String, _
    ownerName As String _
) As Guid
public Guid QueryPendingChangeSignature(
    TeamFoundationRequestContext requestContext,
    string workspaceName,
    string ownerName
)
public:
Guid QueryPendingChangeSignature(
    TeamFoundationRequestContext^ requestContext, 
    String^ workspaceName, 
    String^ ownerName
)
member QueryPendingChangeSignature : 
        requestContext:TeamFoundationRequestContext * 
        workspaceName:string * 
        ownerName:string -> Guid
public function QueryPendingChangeSignature(
    requestContext : TeamFoundationRequestContext, 
    workspaceName : String, 
    ownerName : String
) : Guid

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

TeamFoundationVersionControlService Class

Microsoft.TeamFoundation.VersionControl.Server Namespace