Compartilhar via


Método AdministrationWebService.QueryActiveRequests

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

Sintaxe

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

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

AdministrationWebService Classe

Namespace Microsoft.TeamFoundation.Server.Core.WebServices