EventGridClientExtensions.PublishEventsAsync 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.
public static System.Threading.Tasks.Task PublishEventsAsync (this Microsoft.Azure.EventGrid.IEventGridClient operations, string topicHostname, System.Collections.Generic.IList<Microsoft.Azure.EventGrid.Models.EventGridEvent> events, System.Threading.CancellationToken cancellationToken = default);
static member PublishEventsAsync : Microsoft.Azure.EventGrid.IEventGridClient * string * System.Collections.Generic.IList<Microsoft.Azure.EventGrid.Models.EventGridEvent> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function PublishEventsAsync (operations As IEventGridClient, topicHostname As String, events As IList(Of EventGridEvent), Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- IEventGridClient
- topicHostname
- String
- events
- IList<EventGridEvent>
- cancellationToken
- CancellationToken
Returns
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET