Module.EventListener Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate that gets called for each signalled event
public Func<string,System.Threading.CancellationToken,Func<EventArgs>,Func<string,System.Threading.CancellationToken,Func<EventArgs>,System.Threading.Tasks.Task>,System.Management.Automation.InvocationInfo,string,string,string,Exception,System.Threading.Tasks.Task> EventListener { get; set; }
member this.EventListener : Func<string, System.Threading.CancellationToken, Func<EventArgs>, Func<string, System.Threading.CancellationToken, Func<EventArgs>, System.Threading.Tasks.Task>, System.Management.Automation.InvocationInfo, string, string, string, Exception, System.Threading.Tasks.Task> with get, set
Public Property EventListener As Func(Of String, CancellationToken, Func(Of EventArgs), Func(Of String, CancellationToken, Func(Of EventArgs), Task), InvocationInfo, String, String, String, Exception, Task)
Property Value
Func<String,CancellationToken,Func<EventArgs>,Func<String,CancellationToken,Func<EventArgs>,Task>,InvocationInfo,String,String,String,Exception,Task>