다음을 통해 공유


TeamFoundationServicingService.DisableServicing Method

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

Syntax

‘선언
Public Function DisableServicing ( _
    requestContext As TeamFoundationRequestContext, _
    disableReason As String, _
    processIdentifier As String, _
    waitForActiveJobs As Boolean _
) As Boolean
public bool DisableServicing(
    TeamFoundationRequestContext requestContext,
    string disableReason,
    string processIdentifier,
    bool waitForActiveJobs
)
public:
bool DisableServicing(
    TeamFoundationRequestContext^ requestContext, 
    String^ disableReason, 
    String^ processIdentifier, 
    bool waitForActiveJobs
)
member DisableServicing : 
        requestContext:TeamFoundationRequestContext * 
        disableReason:string * 
        processIdentifier:string * 
        waitForActiveJobs:bool -> bool 
public function DisableServicing(
    requestContext : TeamFoundationRequestContext, 
    disableReason : String, 
    processIdentifier : String, 
    waitForActiveJobs : boolean
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamFoundationServicingService Class

Microsoft.TeamFoundation.Framework.Server Namespace