ProfileSettings 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 ASP.NET 事件設定檔。 此類別無法獲得繼承。
public ref class ProfileSettings sealed : System::Configuration::ConfigurationElement
public sealed class ProfileSettings : System.Configuration.ConfigurationElement
type ProfileSettings = class
inherit ConfigurationElement
Public NotInheritable Class ProfileSettings
Inherits ConfigurationElement
- 繼承
範例
這個範例示範如何針對 區段的 profiles
數個屬性以宣告方式指定值,而這個屬性也可以當做 類別的成員 ProfileSettings 存取。
下列組態檔摘要說明如何以宣告方式指定區段數個 profiles
屬性的值。
<healthMonitoring>
<profiles>
<add name="Default"
minInstances="1"
maxLimit="Infinite"
minInterval="00:10:00"
/>
<add name="Critical"
minInstances="1"
maxLimit="1024"
minInterval="00:00:00"
/>
</profiles>
</healthMonitoring>
備註
類別 ProfileSettings 提供一種方式,以程式設計方式存取和修改 profiles
組態檔 區段的 healthMonitoring
元素。
事件設定檔會決定由 ASP.NET 收集事件的方式,並引發給提供者。
建構函式
ProfileSettings(String) |
初始化 ProfileSettings 類別的新執行個體。 新的類別執行個體請使用指定的名稱。 |
ProfileSettings(String, Int32, Int32, TimeSpan) |
使用新類別執行個體的指定設定,初始化 ProfileSettings 類別的新執行個體。 |
ProfileSettings(String, Int32, Int32, TimeSpan, String) |
使用新類別執行個體的指定設定,初始化 BufferModeSettings 類別的新執行個體。 |