次の方法で共有


EventGridPublisherClientExtensions.SendCloudNativeCloudEventsAsync メソッド

定義

一連の CloudEvents を Event Grid トピックに発行します。

public static System.Threading.Tasks.Task<Azure.Response> SendCloudNativeCloudEventsAsync (this Azure.Messaging.EventGrid.EventGridPublisherClient client, System.Collections.Generic.IEnumerable<CloudNative.CloudEvents.CloudEvent> cloudEvents, System.Threading.CancellationToken cancellationToken = default);
static member SendCloudNativeCloudEventsAsync : Azure.Messaging.EventGrid.EventGridPublisherClient * seq<CloudNative.CloudEvents.CloudEvent> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
<Extension()>
Public Function SendCloudNativeCloudEventsAsync (client As EventGridPublisherClient, cloudEvents As IEnumerable(Of CloudEvent), Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

パラメーター

client
EventGridPublisherClient

EventGridPublisherClient拡張するインスタンス。

cloudEvents
IEnumerable<CloudNative.CloudEvents.CloudEvent>

Event Grid に発行されるイベントのセット。

cancellationToken
CancellationToken

操作を取り消す要求を通知する省略可能なキャンセル トークン インスタンス。

戻り値

適用対象