Share via


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

See Also

Reference

ServiceHost<T> Class

Microsoft.TeamFoundation.Framework.Server Namespace