LocationWebService.RemoveServiceDefinitions Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function RemoveServiceDefinitions ( _
serviceDefinitions As List(Of ServiceDefinition), _
lastChangeId As Integer _
) As LocationServiceData
[WebMethodAttribute]
public LocationServiceData RemoveServiceDefinitions(
List<ServiceDefinition> serviceDefinitions,
int lastChangeId
)
[WebMethodAttribute]
public:
LocationServiceData^ RemoveServiceDefinitions(
List<ServiceDefinition^>^ serviceDefinitions,
int lastChangeId
)
[<WebMethodAttribute>]
member RemoveServiceDefinitions :
serviceDefinitions:List<ServiceDefinition> *
lastChangeId:int -> LocationServiceData
public function RemoveServiceDefinitions(
serviceDefinitions : List<ServiceDefinition>,
lastChangeId : int
) : LocationServiceData
Parameters
- serviceDefinitions
Type: System.Collections.Generic.List<ServiceDefinition>
- 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