Click or drag to resize
Akka.NETReverseOpsFromTIn, TOut, TMat Method (GraphDslReverseOpsTIn, TMat, UniformFanInShapeTIn, TOut)
TBD

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static GraphDslBuilder<TMat> From<TIn, TOut, TMat>(
	this GraphDslReverseOps<TIn, TMat> ops,
	UniformFanInShape<TIn, TOut> junction
)
where TIn : TOut

Parameters

ops
Type: Akka.Streams.DslGraphDslReverseOpsTIn, TMat
TBD
junction
Type: Akka.StreamsUniformFanInShapeTIn, TOut
TBD

Type Parameters

TIn
TBD
TOut
TBD
TMat
TBD

Return Value

Type: GraphDslBuilderTMat
TBD

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type GraphDslReverseOpsTIn, TMat. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also