TeamProjectCollectionWebService.DisableServicing Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<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.
See Also
Reference
TeamProjectCollectionWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace