Click or drag to resize
Akka.NETStatefulStageTIn, TOutEmit Method (IEnumeratorTOut, IContextTOut, StageStateTIn, TOut)

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ISyncDirective Emit(
	IEnumerator<TOut> enumerator,
	IContext<TOut> context,
	StageState<TIn, TOut> nextState
)

Parameters

enumerator
Type: System.Collections.GenericIEnumeratorTOut
TBD
context
Type: Akka.Streams.StageIContextTOut
TBD
nextState
Type: Akka.Streams.StageStageStateTIn, TOut
TBD

Return Value

Type: ISyncDirective
TBD
Exceptions
ExceptionCondition
IllegalStateException This exception is thrown when either currently in the emitting state or the specified enumerator is empty.
See Also