PageInstrumentationService.ExecutionListeners Property
.NET Framework (current version)
Gets a list of listeners that are subscribed to the page execution process.
Assembly: System.Web (in System.Web.dll)
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
Available since 4.5
Show: