Delegate EventTypeEventDelegate
- Namespace
- FoundationaLLM.Common.Models.Events
- Assembly
- FoundationaLLM.Common.dll
Multicast delegate used by the Azure Event Grid event service to provide support for subscribing to event types.
public delegate void EventTypeEventDelegate(object sender, EventTypeEventArgs e)
Parameters
sender
objectThe object raising the event.
e
EventTypeEventArgsThe EventTypeEventArgs that contains the details about the events being raised.
- Extension Methods