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
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.