This documentation is archived and is not being maintained.

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)

public:
property ReadOnlyCollection<TeamFoundationRequestInformation^>^ ActiveRequests {
	ReadOnlyCollection<TeamFoundationRequestInformation^>^ get ();
}

Property Value

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

Show: