Share via


NestedEventsGroup<T> Class

Definition

Represents a group of nested events with an aggregate factory.

public class NestedEventsGroup<T> where T : class
type NestedEventsGroup<'T (requires 'T : null)> = class
Public Class NestedEventsGroup(Of T)

Type Parameters

T

The type of the aggregate object.

Inheritance
NestedEventsGroup<T>

Constructors

Name Description
NestedEventsGroup<T>()

Properties

Name Description
CreateAggregate

Gets or initializes the factory function to create the aggregate object.

Events

Gets or initializes the async enumerable of response stream events.

Applies to