LocationWebService.QueryServices-Methode

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryServices ( _
    serviceTypeFilters As List(Of ServiceTypeFilter), _
    lastChangeId As Integer _
) As LocationServiceData
[WebMethodAttribute]
public LocationServiceData QueryServices(
    List<ServiceTypeFilter> serviceTypeFilters,
    int lastChangeId
)

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.Framework.Server.Alm.LocationServiceData

.NET Framework-Sicherheit

Siehe auch

Referenz

LocationWebService Klasse

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices-Namespace