Share via


EvolvingStateEnumerable<TPayload> Constructor

Definition

Constructor for this enumerable class, associating this enumerable with a data source from which the enumerable's contents are to be populated or retracted.

public EvolvingStateEnumerable (Microsoft.StreamProcessing.IStreamable<Microsoft.StreamProcessing.Empty,TPayload> source, Microsoft.StreamProcessing.QueryContainer container, string identifier);
new Microsoft.StreamProcessing.EvolvingStateEnumerable<'Payload> : Microsoft.StreamProcessing.IStreamable<Microsoft.StreamProcessing.Empty, 'Payload> * Microsoft.StreamProcessing.QueryContainer * string -> Microsoft.StreamProcessing.EvolvingStateEnumerable<'Payload>
Public Sub New (source As IStreamable(Of Empty, TPayload), container As QueryContainer, identifier As String)

Parameters

source
IStreamable<Empty,TPayload>

The stream from which this enumerable will gather its state deltas.

container
QueryContainer

The query container to which this enumerable will be registered as an egress point.

identifier
String

A string that uniquely identifies this enumerable among the egress points in the query container.

Applies to