Click or drag to resize

TaskEnvironmentThreadApartmentState Property

Gets or sets the apartment state of the thread that will be used to set the task environment and execute the tasks. The default is to use STA (i.e. ApartmentState.STA).

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public ApartmentState ThreadApartmentState { get; set; }

Property Value

Type: ApartmentState
The state of the thread apartment.
See Also

STK Parallel Computing Server 2.9 API for .NET