Table of Contents

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 object

The object raising the event.

e EventTypeEventArgs

The EventTypeEventArgs that contains the details about the events being raised.

Extension Methods