Repository.Get 方法
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function Get ( _
workspaceName As String, _
ownerName As String, _
requests As GetRequest(), _
force As Boolean, _
noGet As Boolean, _
maxResults As Integer, _
options As Integer _
) As List(Of StreamingCollection(Of GetOperation))
[WebMethodAttribute]
public List<StreamingCollection<GetOperation>> Get(
string workspaceName,
string ownerName,
GetRequest[] requests,
bool force,
bool noGet,
int maxResults,
int options
)
参数
- workspaceName
类型:System.String
工作区名称更新。
- ownerName
类型:System.String
工作区包括所有者字段的用户名。
- requests
类型:array<Microsoft.TeamFoundation.VersionControl.Server.GetRequest[]
执行获取操作。
- force
类型:System.Boolean
如果为true,访问,即使客户端基于LocalVersion表是最新的。
- noGet
类型:System.Boolean
如果未提供获取此通知客户端不希望检索项目的服务器。它调用作为一个信息性命令。
- maxResults
类型:System.Int32
限制可返回结果的总数。
- options
类型:System.Int32
选项位图来获取操作的。
返回值
类型:System.Collections.Generic.List<StreamingCollection<GetOperation>>
每个请求一个结果。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。