HostProtectionAttribute.ExternalThreading Proprietà

Definizione

Ottiene o imposta un valore che indica se il threading esterno è esposto.

public:
 property bool ExternalThreading { bool get(); void set(bool value); };
public bool ExternalThreading { get; set; }
member this.ExternalThreading : bool with get, set
Public Property ExternalThreading As Boolean

Valore della proprietà

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

Commenti

Il codice che espone il threading esterno crea o modifica thread diversi dal proprio, che potrebbe essere dannoso per l'host.

Si applica a

Vedi anche