Share via


ThreadPoolThrottle Constructor

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

Syntax

'Declaration
Public Sub New ( _
    maxThreads As Integer _
)
public ThreadPoolThrottle(
    int maxThreads
)
public:
ThreadPoolThrottle(
    int maxThreads
)
new : 
        maxThreads:int -> ThreadPoolThrottle
public function ThreadPoolThrottle(
    maxThreads : int
)

Parameters

.NET Framework Security

See Also

Reference

ThreadPoolThrottle Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace