HostProtectionAttribute.SelfAffectingThreading Propriedade

Definição

Recebe ou define um valor que indica se a threading autoafetante está exposta.

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

Valor de Propriedade

true se a threading autoafetante for exposta; caso contrário, false. A predefinição é false.

Observações

A threading auto-afetada manipula as threads de uma forma que só afeta o código do utilizador.

Aplica-se a

Ver também