This documentation is archived and is not being maintained.
BindingOption Enumeration
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
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).
[Visual Basic] <Serializable> <ComVisible(False)> Public Enum BindingOption [C#] [Serializable] [ComVisible(false)] public enum BindingOption [C++] [Serializable] [ComVisible(false)] __value public enum BindingOption [JScript] public Serializable ComVisible(false) enum BindingOption
Members
| 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. |
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
Show: