ArcFM Desktop Developer Guide
IThreadPoolAdapter Interface
Members 


Abstracts the common capabilities and properties of a threadpool.
Available at Version
Product Availability
Required Licenses
.NET Assembly
Object Model
IThreadPoolAdapter Interface
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Interface IThreadPoolAdapter 
'Usage
 
Dim instance As IThreadPoolAdapter
[ComVisible(false)]
public interface IThreadPoolAdapter 
Remarks
The .NET Framework does not (at least with version 1.1) provide a common threadpool interface. This limits the ability to easily write code that is independent of the threadpool class. This interface (and our adapter class implementation of this interface) provide a common interface for working with the threadpools. This interface is used by the ThreadPoolBridge.
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

IThreadPoolAdapter Members
Miner.Threading Namespace

Abstracts the common capabilities and properties of a threadpool.
Object Model
IThreadPoolAdapter Interface
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Interface IThreadPoolAdapter 
'Usage
 
Dim instance As IThreadPoolAdapter
[ComVisible(false)]
public interface IThreadPoolAdapter 
Remarks
The .NET Framework does not (at least with version 1.1) provide a common threadpool interface. This limits the ability to easily write code that is independent of the threadpool class. This interface (and our adapter class implementation of this interface) provide a common interface for working with the threadpools. This interface is used by the ThreadPoolBridge.
Inheritance Hierarchy

Miner.Threading.IThreadPoolAdapter

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

IThreadPoolAdapter Members
Miner.Threading Namespace

 

 


Send Comment