Repository4.QueryPendingChangeSignature 方法
也称为"pre-reconcile"。读取当前挂起的更改签名指定的工作区的服务器。 如果它等于客户端的挂起的更改的签名,然后协调可以跳过由于不没有执行任何操作。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function QueryPendingChangeSignature ( _
workspaceName As String, _
ownerName As String _
) As Guid
[WebMethodAttribute]
public Guid QueryPendingChangeSignature(
string workspaceName,
string ownerName
)
参数
- workspaceName
类型:System.String
工作区的名称。
- ownerName
类型:System.String
工作区的所有者。
返回值
类型:System.Guid
工作区的挂起的更改签名。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。