TeamProjectCollectionService.QueueDetachCollection 方法

排队集合的快照操作。

命名空间:  Microsoft.TeamFoundation.Server.Core
程序集:  Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)

语法

声明
Public Function QueueDetachCollection ( _
    requestContext As TeamFoundationRequestContext, _
    collectionId As Guid, _
    servicingTokens As IDictionary(Of String, String), _
    collectionStoppedMessage As String, _
    <OutAttribute> ByRef detachedConnectionString As String _
) As ServicingJobDetail
public ServicingJobDetail QueueDetachCollection(
    TeamFoundationRequestContext requestContext,
    Guid collectionId,
    IDictionary<string, string> servicingTokens,
    string collectionStoppedMessage,
    out string detachedConnectionString
)

参数

  • collectionStoppedMessage
    类型:System.String
    显示的消息为命中此集合的请求,因为它将脱机,如果尚未。
  • detachedConnectionString
    类型:System.String%
    分离集合的连接字符串。

返回值

类型:Microsoft.TeamFoundation.Framework.Server.ServicingJobDetail
挂起的宿主标识符分离。

.NET Framework 安全性

请参阅

参考

TeamProjectCollectionService 类

Microsoft.TeamFoundation.Server.Core 命名空间