Share via


NestedChunkedUpdatingGeneratorBase<TAggregate,TUpdate>.Generate Method

Definition

Generates groups of nested events by chunking updates.

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

Returns

An async enumerable of nested event groups.

Applies to