This topic has not yet been rated - Rate this topic

BindingOption Fields

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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).

The following tables list the members exposed by the BindingOption type.

  NameDescription
static memberBindingToPoolThreadThe work submitted by the activity is bound to a single STA.
static memberNoBindingThe work submitted by the activity is not bound to a single STA.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.