TestAzNameAvailability_CheckExpanded.IEventListener.Signal(String, CancellationToken, Func<EventData>) Method
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.
System.Threading.Tasks.Task IEventListener.Signal (string id, System.Threading.CancellationToken token, Func<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.EventData> messageData);
abstract member Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener.Signal : string * System.Threading.CancellationToken * Func<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.EventData> -> System.Threading.Tasks.Task
override this.Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener.Signal : string * System.Threading.CancellationToken * Func<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.EventData> -> System.Threading.Tasks.Task
Function Signal (id As String, token As CancellationToken, messageData As Func(Of EventData)) As Task Implements IEventListener.Signal
Parameters
- id
- String
- token
- CancellationToken