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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
workspaceName
Type: System.StringWorkspace name.
ownerName
Type: System.StringOwner of the workspace.
Return Value
Type: System.Guid
The pending changes signature for the workspace.
.NET Framework Security
- 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.