TeamFoundationMessageQueueService 类
继承层次结构
System.Object
Microsoft.TeamFoundation.Framework.Server.Alm.TeamFoundationMessageQueueService
命名空间: Microsoft.TeamFoundation.Framework.Server.Alm
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationEventService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationTaskService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationHostManagementService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
Public NotInheritable Class TeamFoundationMessageQueueService _
Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationEventService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationTaskService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
public sealed class TeamFoundationMessageQueueService : ITeamFoundationService
TeamFoundationMessageQueueService 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
TeamFoundationMessageQueueService |
页首
属性
名称 | 说明 | |
---|---|---|
IdleTimeout | ||
OfflineTimeout |
页首
方法
页首
扩展方法
名称 | 说明 | |
---|---|---|
SendBuildMachineRequest | (由 MessageQueueServiceExtensions 定义。) | |
UpdateMachinePoolSettings | (由 MessageQueueServiceExtensions 定义。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
ITeamFoundationService.ServiceEnd | ||
ITeamFoundationService.ServiceStart |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。