HostProtectionAttribute.SelfAffectingThreading Proprietà

Definizione

Ottiene o imposta un valore che indica se il threading auto-interessato è esposto.

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

Valore della proprietà

true se il threading auto-influenzante è esposto; in caso contrario, false. Il valore predefinito è false.

Commenti

Il threading che influisce in modo autonomo modifica i thread in modo che influisca solo sul codice utente.

Si applica a

Vedi anche