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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET