你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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>