مشاركة عبر


عنصر ال bufferModes من اجل healthMonitoring (مخطط إعدادات ASP.NET)

يعرّف قدرات التخزين المؤقت للموفّر.

يعتبر هذا العنصر جديدا في ‏‫NET Framework. الإصدار 2.0.

<configuration>العنصر
  النظام.ويب عنصر (مخطط إعدادات ASP.NET)
    عنصر ال healthMonitoring(مخطط إعدادات ASP.NET)
      عنصر ال bufferModes من اجل healthMonitoring (مخطط إعدادات ASP.NET)

<bufferModes>
  <add.../>
  <remove.../>
  <clear />
</bufferModes>

السمات والعناصر

تصف المقاطع التالية سمات عناصر فرعية وعناصر أصل لهذا المقطع.

السمات

لا يوجد.

العناصر التابعة

العنصر

الوصف

add

عنصر اختياري.

تكوين الوضع المخزن مؤقت وإضافته إلى HealthBufferModeSettingsالمجموعة.

clear

عنصر اختياري.

إزالة كافة تكوينات وضع المخزن المؤقت HealthBufferModeSettings المجموعة.

remove

عنصر اختياري.

إزالة تكوين وضع المخزن المؤقت المحدد HealthBufferModeSettings المجموعة.

العناصر الأصلية

العنصر

الوصف

configuration

تحدد العنصر الجذري المطلوب في كل ملف تكوين مستخدم من قبل وقت تشغيل اللغة العامة وتطبيقات .NET Framework.

system.web

تحدّد جذر العنصر لمقطع التكوين ASP.NET .

healthMonitoring

تكوين تطبيق لمراقبة الحماية.

ملاحظات

التكوين الافتراضي

العنصر الافتراضي التالي bufferModes مكون في ملف Web.config الجذر في الإصدار2.0 من .NET Framework .

<bufferModes>
     <add name="Critical Notification" maxBufferSize="100" maxFlushSize="20" 
          urgentFlushThreshold="1" regularFlushInterval="Infinite" urgentFlushInterval="00:01:00" 
          maxBufferThreads="1" />
     <add name="Notification" maxBufferSize="300" maxFlushSize="20"
          urgentFlushThreshold="1" regularFlushInterval="Infinite" urgentFlushInterval="00:01:00" 
          maxBufferThreads="1" />
     <add name="Analysis" maxBufferSize="1000" maxFlushSize="100" urgentFlushThreshold="100" 
          regularFlushInterval="00:05:00" urgentFlushInterval="00:01:00" maxBufferThreads="1" />
     <add name="Logging" maxBufferSize="1000" maxFlushSize="200" urgentFlushThreshold="800" 
          regularFlushInterval="00:30:00" urgentFlushInterval="00:05:00" maxBufferThreads="1" />
</bufferModes>

مثال

يظهر مثال التعليمات البرمجية التالي كيفية تكوين أوضاع الاحتياطية لـ الحماية-مراقبة الحالة.

<healthMonitoring Enabled="true" heartBeatInterval="0">

  <bufferModes>

    <add name="Critical Notification"
      maxBufferSize="100"
      maxFlushSize="20"
      urgentFlushThreshold="1"
      regularFlushInterval="Infinite"
      urgentFlushInterval="00:01:00"
      maxBufferThreads="1" />

    <add name="Notification"
      maxBufferSize="300"
      maxFlushSize="20"
      urgentFlushThreshold="1"
      regularFlushInterval="Infinite"
      urgentFlushInterval="00:01:00"
      maxBufferThreads="1" />
  
  </bufferModes>

</healthMonitoring>

معلومات العنصر

معالج مقطع التكوين

System.Web.Configuration.HealthMonitoringSection

عضو التكوين

System.Web.Configuration.BufferModesCollection

HealthMonitoringSection.BufferModes

مواقع للتكوين

Machine.config

Web.config المستوى الجذري

Web.config مستوى التطبيق

المتطلبات

قم بإعادة تشغيل Microsoft Internet Information Services (IIS) 5.0.

.NET Framework، الإصدار 2.0

Microsoft Visual Studio 2005

راجع أيضًا:

المهام

كيفية: تأمين إعدادات التكوين ASP.NET

المرجع

عنصر ال healthMonitoring(مخطط إعدادات ASP.NET)

اضافة عنصر eventMappings لـ healthMonitoring (مخطط إعدادات ASP.NET)

مسح عنصر ل bufferModes من اجل healthMonitoring (مخطط إعدادات ASP.NET)

عنصر مسح ل eventMappings لـ healthMonitoring (مخطط إعدادات ASP.NET)

System.Configuration

System.Web.Configuration

المبادئ

نظرة عامة حول تكوين ASP.NET

عناصر تحكم ملقم ويب ASP.NET و قدرات المستعرض

تأمين تكوين ASP.NET

وحدات سيناريو التكوين ASP.NET

موارد أخرى

ملفات التكوين ASP.NET

إعدادات تكوين الـ ASP.NET

إعدادات التكوين العامة (ASP.NET)

تكوين ASP.NET API