Share via


INestedStreamEventGenerator<TAggregate>.Generate Method

Definition

Generates groups of nested events with their aggregates.

public System.Collections.Generic.IAsyncEnumerable<Azure.AI.AgentServer.Responses.Invocation.Stream.NestedEventsGroup<TAggregate>> Generate();
abstract member Generate : unit -> System.Collections.Generic.IAsyncEnumerable<Azure.AI.AgentServer.Responses.Invocation.Stream.NestedEventsGroup<'Aggregate>>
Public Function Generate () As IAsyncEnumerable(Of NestedEventsGroup(Of TAggregate))

Returns

An async enumerable of nested event groups.

Applies to