PageInstrumentationService.ExecutionListeners Property

.NET Framework (current version)
 

Gets a list of listeners that are subscribed to the page execution process.

Namespace:   System.Web.Instrumentation
Assembly:  System.Web (in System.Web.dll)

Public ReadOnly Property ExecutionListeners As IList(Of PageExecutionListener)

Property Value

Type: System.Collections.Generic.IList(Of PageExecutionListener)

The list of listeners that are subscribed to the page execution process.

The return value is guaranteed not to be null, but can be empty.

.NET Framework
Available since 4.5
Return to top
Show: