NestedEventsGroup<T> Class
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.
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. |