Sdílet prostřednictvím


PageInstrumentationService.ExecutionListeners Vlastnost

Definice

Získá seznam naslouchacích procesů, které jsou přihlášeny k odběru procesu spuštění stránky.

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)

Hodnota vlastnosti

IList<PageExecutionListener>

Seznam naslouchacích procesů, které jsou přihlášeny k odběru procesu spuštění stránky.

Poznámky

Vrácená hodnota zaručuje, že nebude null , ale může být prázdná.

Platí pro