LocationWebService.SaveServiceDefinitions Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣言
<WebMethodAttribute> _
Public Function SaveServiceDefinitions ( _
serviceDefinitions As List(Of ServiceDefinition), _
lastChangeId As Integer _
) As LocationServiceData
[WebMethodAttribute]
public LocationServiceData SaveServiceDefinitions(
List<ServiceDefinition> serviceDefinitions,
int lastChangeId
)
[WebMethodAttribute]
public:
LocationServiceData^ SaveServiceDefinitions(
List<ServiceDefinition^>^ serviceDefinitions,
int lastChangeId
)
[<WebMethodAttribute>]
member SaveServiceDefinitions :
serviceDefinitions:List<ServiceDefinition> *
lastChangeId:int -> LocationServiceData
public function SaveServiceDefinitions(
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