Freigeben über


AdministrationWebService.QueryActiveRequests-Methode

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryActiveRequests ( _
    hostIds As Guid(), _
    includeDetails As Boolean _
) As List(Of TeamFoundationServiceHostActivity)
[WebMethodAttribute]
public List<TeamFoundationServiceHostActivity> QueryActiveRequests(
    Guid[] hostIds,
    bool includeDetails
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<TeamFoundationServiceHostActivity>

.NET Framework-Sicherheit

Siehe auch

Referenz

AdministrationWebService Klasse

Microsoft.TeamFoundation.Server.Core.WebServices-Namespace