EventGridPublisherClientExtensions Class
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.
This class contains extension methods to enable usage of the CloudNative.CloudEvent library with the Azure Event Grid library.
public static class EventGridPublisherClientExtensions
type EventGridPublisherClientExtensions = class
Public Module EventGridPublisherClientExtensions
- Inheritance
-
EventGridPublisherClientExtensions
Methods
SendCloudNativeCloudEvent(EventGridPublisherClient, CloudEvent, CancellationToken) |
Publishes a set of CloudEvents to an Event Grid topic. |
SendCloudNativeCloudEventAsync(EventGridPublisherClient, CloudEvent, CancellationToken) |
Publishes a set of CloudEvents to an Event Grid topic. |
SendCloudNativeCloudEvents(EventGridPublisherClient, IEnumerable<CloudEvent>, CancellationToken) |
Publishes a set of CloudEvents to an Event Grid topic. |
SendCloudNativeCloudEventsAsync(EventGridPublisherClient, IEnumerable<CloudEvent>, CancellationToken) |
Publishes a set of CloudEvents to an Event Grid topic. |
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET