Freigeben über


EventHubWebJobsExtensions.AddAsync Methode

Definition

Fügen Sie ein Ereignis hinzu, das mithilfe der für die Partitionszuweisung bereitgestellten partitionKey veröffentlicht werden soll.

public static System.Threading.Tasks.Task AddAsync (this Microsoft.Azure.WebJobs.IAsyncCollector<Azure.Messaging.EventHubs.EventData> instance, Azure.Messaging.EventHubs.EventData eventData, string partitionKey, System.Threading.CancellationToken cancellationToken = default);
static member AddAsync : Microsoft.Azure.WebJobs.IAsyncCollector<Azure.Messaging.EventHubs.EventData> * Azure.Messaging.EventHubs.EventData * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function AddAsync (instance As IAsyncCollector(Of EventData), eventData As EventData, partitionKey As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

instance
Microsoft.Azure.WebJobs.IAsyncCollector<EventData>

Die instance der Methode, für die Microsoft.Azure.WebJobs.IAsyncCollector`1 diese Methode aufgerufen wurde.

eventData
EventData

Das hinzuzufügende Ereignis

partitionKey
String

Der Partitionsschlüssel, der für die Partitionszuweisung verwendet werden soll. Wenn nullwird die Roundrobinpartitionszuweisung verwendet.

cancellationToken
CancellationToken

Ein Token, das zum Abbrechen des Vorgangs verwendet werden kann.

Gibt zurück

Gilt für: