EventListener Constructors
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.
Overloads
| EventListener() | |
| EventListener(ValueTuple<String,Event>[]) |
EventListener()
public EventListener ();
Public Sub New ()
Applies to
EventListener(ValueTuple<String,Event>[])
public EventListener (params (string,Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.Event)[] initializer);
new Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.EventListener : ValueTuple<string, Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.Event>[] -> Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.EventListener
Public Sub New (ParamArray initializer As ValueTuple(Of String, Event)())
Parameters
- initializer
- ValueTuple<String,Event>[]