TeamProjectCollectionWebService.DisableServicing Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- reason
Type: System.String
- processIdentifier
Type: System.String
Return Value
Type: System.Boolean
.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.