次の方法で共有


EventGridPublisherClientExtensions.SendCloudNativeCloudEventAsync メソッド

定義

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

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

パラメーター

client
EventGridPublisherClient

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

cloudEvent
CloudNative.CloudEvents.CloudEvent

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

cancellationToken
CancellationToken

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

戻り値

適用対象