Geoff Chappell - Software Analyst
Specifies the threading model for this coclass/class/struct
[
define_attribute = "threading",
argument_list = "threading",
check_argument ("threading") = {
"apartment",
"single",
"free",
"neutral",
"both"
},
default_value ("threading") = "apartment",
help_string = "Specifies the threading model for this coclass/class/struct",
usage = eClassUsage | eCoClassUsage | eStructUsage,
group = eComGroup,
shipping = "true"
];