Compartilhar via


Propriedade ServiceHost<T>.ActiveRequests

Lista de solicitações ativos nesta host

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Protected ReadOnly Property ActiveRequests As Dictionary(Of Long, T)
protected Dictionary<long, T> ActiveRequests { get; }

Valor de propriedade

Tipo: System.Collections.Generic.Dictionary<Int64, T>
Retorna Dictionary<TKey, TValue>.

Segurança do .NET Framework

Consulte também

Referência

ServiceHost<T> Classe

Namespace Microsoft.TeamFoundation.Framework.Server