NestedChunkedUpdatingGeneratorBase<TAggregate,TUpdate>.CreateGroup 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.
Creates a nested events group from a chunk of updates.
protected abstract Azure.AI.AgentServer.Responses.Invocation.Stream.NestedEventsGroup<TAggregate> CreateGroup(System.Collections.Generic.IAsyncEnumerable<TUpdate> updateGroup);
abstract member CreateGroup : System.Collections.Generic.IAsyncEnumerable<'Update> -> Azure.AI.AgentServer.Responses.Invocation.Stream.NestedEventsGroup<'Aggregate (requires 'Aggregate : null)>
Protected MustOverride Function CreateGroup (updateGroup As IAsyncEnumerable(Of TUpdate)) As NestedEventsGroup(Of TAggregate)
Parameters
- updateGroup
- IAsyncEnumerable<TUpdate>
The group of updates to process.
Returns
A nested events group.