ITeamProjectCollectionServicing.DisableServicing Method (String, String)

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

Syntax

'Declaration
Function DisableServicing ( _
    reason As String, _
    processIdentifier As String _
) As Boolean
bool DisableServicing(
    string reason,
    string processIdentifier
)
bool DisableServicing(
    String^ reason, 
    String^ processIdentifier
)
abstract DisableServicing : 
        reason:string * 
        processIdentifier:string -> bool
function DisableServicing(
    reason : String, 
    processIdentifier : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ITeamProjectCollectionServicing Interface

DisableServicing Overload

Microsoft.TeamFoundation.Framework.Client Namespace