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 命名空間