Compartir a través de


ServiceHost<T>.ActiveRequests (Propiedad)

Lista de solicitudes de activo en este host

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
Protected ReadOnly Property ActiveRequests As Dictionary(Of Long, T)
protected Dictionary<long, T> ActiveRequests { get; }

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ServiceHost<T> Clase

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)