TeamProjectCollectionWebService.DisableServicing Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function DisableServicing ( _
    reason As String, _
    processIdentifier As String _
) As Boolean
[WebMethodAttribute]
public bool DisableServicing(
    string reason,
    string processIdentifier
)
[WebMethodAttribute]
public:
bool DisableServicing(
    String^ reason, 
    String^ processIdentifier
)
[<WebMethodAttribute>]
member DisableServicing : 
        reason:string * 
        processIdentifier:string -> bool
public function DisableServicing(
    reason : String, 
    processIdentifier : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamProjectCollectionWebService Class

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace