HostProtectionAttribute.SelfAffectingThreading Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether self-affecting threading is exposed.
public:
property bool SelfAffectingThreading { bool get(); void set(bool value); };
public bool SelfAffectingThreading { get; set; }
member this.SelfAffectingThreading : bool with get, set
Public Property SelfAffectingThreading As Boolean
Property Value
true
if self-affecting threading is exposed; otherwise, false
. The default is false
.
Remarks
Self-affecting threading manipulates threads in a way that only affects user code.