GetAzPurviewAccount_Get.IEventListener.Signal(String, CancellationToken, Func<EventData>) Method

Definition

System.Threading.Tasks.Task IEventListener.Signal (string id, System.Threading.CancellationToken token, Func<Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.EventData> messageData);
abstract member Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.IEventListener.Signal : string * System.Threading.CancellationToken * Func<Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.EventData> -> System.Threading.Tasks.Task
override this.Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.IEventListener.Signal : string * System.Threading.CancellationToken * Func<Microsoft.Azure.PowerShell.Cmdlets.Purview.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
messageData
Func<EventData>

Returns

Task

Implements

Applies to