Click or drag to resize
Akka.NETStatefulStageTIn, TOutEmitAndFinish Method

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

Parameters

enumerator
Type: System.Collections.GenericIEnumeratorTOut
TBD
context
Type: Akka.Streams.StageIContextTOut
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