ArcFM Desktop Developer Guide
ThreadPoolGovernor Constructor(IThreadPoolAdapter,Int32)


Syntax
'Declaration
 
Public Function New( _
   ByVal adapter As IThreadPoolAdapter, _
   ByVal maxConcurrentRequests As Integer _
)
'Usage
 
Dim adapter As IThreadPoolAdapter
Dim maxConcurrentRequests As Integer
 
Dim instance As New ThreadPoolGovernor(adapter, maxConcurrentRequests)
public ThreadPoolGovernor( 
   IThreadPoolAdapter adapter,
   int maxConcurrentRequests
)

Parameters

adapter
maxConcurrentRequests
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ThreadPoolGovernor Class
ThreadPoolGovernor Members
Overload List

 

 


Send Comment