NestedChunkedUpdatingGeneratorBase<TAggregate,TUpdate>.Generate Method
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.
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.