PageInstrumentationService.ExecutionListeners Свойство

Определение

Получает список прослушивателей, которые подписаны на процесс выполнения страницы.

public:
 property System::Collections::Generic::IList<System::Web::Instrumentation::PageExecutionListener ^> ^ ExecutionListeners { System::Collections::Generic::IList<System::Web::Instrumentation::PageExecutionListener ^> ^ get(); };
public System.Collections.Generic.IList<System.Web.Instrumentation.PageExecutionListener> ExecutionListeners { get; }
member this.ExecutionListeners : System.Collections.Generic.IList<System.Web.Instrumentation.PageExecutionListener>
Public ReadOnly Property ExecutionListeners As IList(Of PageExecutionListener)

Значение свойства

IList<PageExecutionListener>

Список прослушивателей, которые подписаны на процесс выполнения страницы.

Комментарии

Возвращаемое значение гарантированно не будет null , но может быть пустым.

Применяется к