TeamFoundationServiceHostActivity.ActiveRequests Property

Gets the collection of the active requests for the service host.

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

Syntax

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

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<TeamFoundationRequestInformation>
The collection of the active requests for the service host.

.NET Framework Security

See Also

Reference

TeamFoundationServiceHostActivity Class

Microsoft.TeamFoundation.Framework.Client Namespace