TeamFoundationServiceHost.ActiveRequests Property

Retrieve the set of active requests. This will make a copy of the

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

Syntax

'Declaration
Public ReadOnly Property ActiveRequests As IEnumerable(Of TeamFoundationRequestContext)
public IEnumerable<TeamFoundationRequestContext> ActiveRequests { get; }
public:
property IEnumerable<TeamFoundationRequestContext^>^ ActiveRequests {
    IEnumerable<TeamFoundationRequestContext^>^ get ();
}
member ActiveRequests : IEnumerable<TeamFoundationRequestContext> with get
function get ActiveRequests () : IEnumerable<TeamFoundationRequestContext>

Property Value

Type: System.Collections.Generic.IEnumerable<TeamFoundationRequestContext>
Returns IEnumerable<T>.

.NET Framework Security

See Also

Reference

TeamFoundationServiceHost Class

Microsoft.TeamFoundation.Framework.Server Namespace