Partager via


ServiceHost<T>.ActiveRequests, propriété

Liste de requêtes actives sur cette hôte

Espace de noms :  Microsoft.TeamFoundation.Framework.Server
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
Protected ReadOnly Property ActiveRequests As Dictionary(Of Long, T)
protected Dictionary<long, T> ActiveRequests { get; }

Valeur de propriété

Type : System.Collections.Generic.Dictionary<Int64, T>
retourne Dictionary<TKey, TValue> ;

Sécurité .NET Framework

Voir aussi

Référence

ServiceHost<T> Classe

Microsoft.TeamFoundation.Framework.Server, espace de noms