ServiceHost<T>.ActiveRequests 属性

列出此托管的有效请求

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

语法

声明
Protected ReadOnly Property ActiveRequests As Dictionary(Of Long, T)
protected Dictionary<long, T> ActiveRequests { get; }

属性值

类型:System.Collections.Generic.Dictionary<Int64, T>
返回 Dictionary<TKey, TValue>

.NET Framework 安全性

请参阅

参考

ServiceHost<T> 类

Microsoft.TeamFoundation.Framework.Server 命名空间