BindingOption Enumeration
.NET Framework (current version)
Indicates whether all work submitted by Activity should be bound to only one single-threaded apartment (STA). This enumeration has no impact on the multithreaded apartment (MTA).
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Member name | Description | |
|---|---|---|
| BindingToPoolThread | The work submitted by the activity is bound to a single STA. | |
| NoBinding | The work submitted by the activity is not bound to a single STA. |
.NET Framework
Available since 1.1
Available since 1.1
Show: