TeamProjectCollectionWebService.UpdateServicingOperation Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub UpdateServicingOperation ( _
servicingOperation As String, _
stepGroups As List(Of String), _
executionHandlers As List(Of String) _
)
[WebMethodAttribute]
public void UpdateServicingOperation(
string servicingOperation,
List<string> stepGroups,
List<string> executionHandlers
)
[WebMethodAttribute]
public:
void UpdateServicingOperation(
String^ servicingOperation,
List<String^>^ stepGroups,
List<String^>^ executionHandlers
)
[<WebMethodAttribute>]
member UpdateServicingOperation :
servicingOperation:string *
stepGroups:List<string> *
executionHandlers:List<string> -> unit
public function UpdateServicingOperation(
servicingOperation : String,
stepGroups : List<String>,
executionHandlers : List<String>
)
Parameters
- servicingOperation
Type: System.String
- stepGroups
Type: System.Collections.Generic.List<String>
- executionHandlers
Type: System.Collections.Generic.List<String>
.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
TeamProjectCollectionWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace