HttpRuntimeSection.ApartmentThreading プロパティ

定義

アプリケーション アパートメントスレッドが有効かどうかを示す値を取得または設定します。

public:
 property bool ApartmentThreading { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("apartmentThreading", DefaultValue=false)]
public bool ApartmentThreading { get; set; }
[<System.Configuration.ConfigurationProperty("apartmentThreading", DefaultValue=false)>]
member this.ApartmentThreading : bool with get, set
Public Property ApartmentThreading As Boolean

プロパティ値

true アプリケーション アパートメントのスレッド処理が有効な場合。それ以外の場合は false

属性

注釈

既定値は false です。

適用対象