ApplicationThreadExecuteOnWorkerThread Method (String, WorkerThreadExecutor, ThreadPriority)

TIBCO Spotfire 11.4 API Reference
Considers the specified workerThreadExecutor for asynchronous execution on a worker thread. The executor may also be executed synchronously on the calling thread. In any case the thread that executes it will inherit settings from the application thread.

Namespace:  Spotfire.Dxp.Framework.ApplicationModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
public void ExecuteOnWorkerThread(
	string threadName,
	WorkerThreadExecutor workerThreadExecutor,
	ThreadPriority threadPriority
)

Parameters

threadName
Type: SystemString
The name to assign to the worker thread. This parameter is ignored if the executor is executed on the calling thread.
workerThreadExecutor
Type: Spotfire.Dxp.Framework.ApplicationModelWorkerThreadExecutor
The executor that is run on the worker thread or on the calling thread.
threadPriority
Type: System.ThreadingThreadPriority
The priority to assign to the worker thread.This parameter is ignored if the executor is executed on the calling thread.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference