Click or drag to resize
Akka.NETSink.Combine<TIn, TOut, TMat> Method

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Sink<TIn, NotUsed> Combine<TIn, TOut, TMat>(
	Func<int, IGraph<UniformFanOutShape<TIn, TOut>, TMat>> strategy,
	Sink<TOut, NotUsed> first,
	Sink<TOut, NotUsed> second,
	params Sink<TOut, NotUsed>[] rest
)

Parameters

strategy
Type: System.Func<Int32, IGraph<UniformFanOutShape<TIn, TOut>, TMat>>
TBD
first
Type: Akka.Streams.Dsl.Sink<TOut, NotUsed>
TBD
second
Type: Akka.Streams.Dsl.Sink<TOut, NotUsed>
TBD
rest
Type:Akka.Streams.Dsl.Sink<TOut, NotUsed>[]
TBD

Type Parameters

TIn
TBD
TOut
TBD
TMat
TBD

Return Value

Type: Sink<TIn, NotUsed>
TBD
See Also