Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    connectionString As String, _
    commandTimeout As Integer, _
    deadlockPause As Integer, _
    maxDeadlockRetries As Integer _
)
public ResourceManagementComponent2(
    string connectionString,
    int commandTimeout,
    int deadlockPause,
    int maxDeadlockRetries
)
public:
ResourceManagementComponent2(
    String^ connectionString, 
    int commandTimeout, 
    int deadlockPause, 
    int maxDeadlockRetries
)
new : 
        connectionString:string * 
        commandTimeout:int * 
        deadlockPause:int * 
        maxDeadlockRetries:int -> ResourceManagementComponent2
public function ResourceManagementComponent2(
    connectionString : String, 
    commandTimeout : int, 
    deadlockPause : int, 
    maxDeadlockRetries : int
)
Parameters
- connectionString
 Type: System.String
- commandTimeout
 Type: System.Int32
- deadlockPause
 Type: System.Int32
- maxDeadlockRetries
 Type: System.Int32
.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
ResourceManagementComponent2 Class