Click or drag to resize
Akka.NETUnfoldResourceSourceTOut, TSource Constructor
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public UnfoldResourceSource(
	Func<TSource> create,
	Func<TSource, Option<TOut>> readData,
	Action<TSource> close
)

Parameters

create
Type: SystemFuncTSource
TBD
readData
Type: SystemFuncTSource, OptionTOut
TBD
close
Type: SystemActionTSource
TBD
See Also