Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub AddServicingOperation ( _
    servicingOperation As String, _
    stepGroups As List(Of String), _
    executionHandlers As List(Of String) _
)
[WebMethodAttribute]
public void AddServicingOperation(
    string servicingOperation,
    List<string> stepGroups,
    List<string> executionHandlers
)
[WebMethodAttribute]
public:
void AddServicingOperation(
    String^ servicingOperation, 
    List<String^>^ stepGroups, 
    List<String^>^ executionHandlers
)
[<WebMethodAttribute>]
member AddServicingOperation : 
        servicingOperation:string * 
        stepGroups:List<string> * 
        executionHandlers:List<string> -> unit 
public function AddServicingOperation(
    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