This interface is applied to an
ImageCommand to support parallelizing.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Interface IThreadableCommand |
| C# | |
|---|
public interface IThreadableCommand |
| Managed Extensions for C++ | |
|---|
public __gc __interface IThreadableCommand |
| C++/CLI | |
|---|
public interface class IThreadableCommand |
Remarks
Requirements
Namespace: Atalasoft.Imaging.ImageProcessing
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Atalasoft.dotImage (in Atalasoft.dotImage.dll)
See Also