Provides a Future
pool that can be used to execute tasks, post work items, and process asynchronous operations.
public static void setExecutorService(java.util.concurrent.ExecutorService);
ExecutorService
An Executor that provides methods to manage termination and methods that can produce a Future
for tracking progress of one or more asynchronous tasks.
An ExecutorService can be shut down, which will cause it to reject new tasks. Hence, make sure to pass a valid service executor and keep it alive before executing any method. The user can share their application Service Executor with LEADTOOLS by passing their Service Executor to this method.
RasterDefaults.GetTemporaryFileName
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document