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; }
Public Property ThreadApartmentState As ApartmentState
Get
Set
Property Value
Type:
ApartmentStateThe state of the thread apartment.
See Also