TeamProjectCollectionService.QueueExportCollection 方法

排队从该主机系统将导出的集合。

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

语法

声明
Public Function QueueExportCollection ( _
    requestContext As TeamFoundationRequestContext, _
    hostId As Guid, _
    collectionStoppedMessage As String, _
    deleteStagingDb As Boolean _
) As ServicingJobDetail
public ServicingJobDetail QueueExportCollection(
    TeamFoundationRequestContext requestContext,
    Guid hostId,
    string collectionStoppedMessage,
    bool deleteStagingDb
)

参数

返回值

类型:Microsoft.TeamFoundation.Framework.Server.ServicingJobDetail

.NET Framework 安全性

请参阅

参考

TeamProjectCollectionService 类

Microsoft.TeamFoundation.Server.Core 命名空间