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
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- collectionId
类型:System.Guid
- servicingTokens
类型:System.Collections.Generic.IDictionary<String, String>
- collectionStoppedMessage
类型:System.String
显示的消息为命中此集合的请求,因为它将脱机,如果尚未。
- detachedConnectionString
类型:System.String%
分离集合的连接字符串。
返回值
类型:Microsoft.TeamFoundation.Framework.Server.ServicingJobDetail
挂起的宿主标识符分离。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。