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.AksArc.Runtime.IEventListener, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.Azure.PowerShell.Cmdlets.AksArc.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() |