ServiceHost<T>.ActiveRequests Property
List of active requests on this host
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected ReadOnly Property ActiveRequests As Dictionary(Of Long, T)
protected Dictionary<long, T> ActiveRequests { get; }
protected:
property Dictionary<long long, T>^ ActiveRequests {
Dictionary<long long, T>^ get ();
}
member ActiveRequests : Dictionary<int64, 'T> with get
function get ActiveRequests () : Dictionary<long, T>
Property Value
Type: System.Collections.Generic.Dictionary<Int64, T>
Returns Dictionary<TKey, TValue>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.