共用方式為


ServiceConfig.ThreadPool 屬性

定義

取得或設定值,表示執行活動所送出工作的執行緒集區。

public:
 property System::EnterpriseServices::ThreadPoolOption ThreadPool { System::EnterpriseServices::ThreadPoolOption get(); void set(System::EnterpriseServices::ThreadPoolOption value); };
public System.EnterpriseServices.ThreadPoolOption ThreadPool { get; set; }
member this.ThreadPool : System.EnterpriseServices.ThreadPoolOption with get, set
Public Property ThreadPool As ThreadPoolOption

屬性值

其中一個 ThreadPoolOption 值。 預設為 None

適用於