Share via


NestedChunkedUpdatingGeneratorBase<TAggregate,TUpdate>.CreateGroup Method

Definition

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

NestedEventsGroup<TAggregate>

A nested events group.

Applies to