LocationWebService.QueryServices Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function QueryServices ( _
serviceTypeFilters As List(Of ServiceTypeFilter), _
lastChangeId As Integer _
) As LocationServiceData
[WebMethodAttribute]
public LocationServiceData QueryServices(
List<ServiceTypeFilter> serviceTypeFilters,
int lastChangeId
)
[WebMethodAttribute]
public:
LocationServiceData^ QueryServices(
List<ServiceTypeFilter^>^ serviceTypeFilters,
int lastChangeId
)
[<WebMethodAttribute>]
member QueryServices :
serviceTypeFilters:List<ServiceTypeFilter> *
lastChangeId:int -> LocationServiceData
public function QueryServices(
serviceTypeFilters : List<ServiceTypeFilter>,
lastChangeId : int
) : LocationServiceData
Parameters
- serviceTypeFilters
Type: System.Collections.Generic.List<ServiceTypeFilter>
- lastChangeId
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.LocationServiceData
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace