你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventListener Class
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.
An Implementation of the IEventListener that supports subscribing to events and dispatching them (used for manually using the lowlevel interface)
public class EventListener : System.Threading.CancellationTokenSource, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IEventListener, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Event>>
type EventListener = class
inherit CancellationTokenSource
interface seq<KeyValuePair<string, Event>>
interface IEnumerable
interface IEventListener
Public Class EventListener
Inherits CancellationTokenSource
Implements IEnumerable(Of KeyValuePair(Of String, Event)), IEventListener
- Inheritance
-
EventListener
- Implements
Constructors
EventListener() | |
EventListener(ValueTuple<String,Event>[]) |
Properties
Cancel |
Methods
Add(String, Event) | |
Add(String, SynchEvent) | |
GetEnumerator() | |
Signal(String, CancellationToken, Func<EventData>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |