| ReverseOpsViaTIn, TOut1, TOut2, TMat Method (GraphDslReverseOpsTIn, TMat, FlowShapeTOut1, TOut2) |
TBD
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static GraphDslReverseOps<TOut1, TMat> Via<TIn, TOut1, TOut2, TMat>(
this GraphDslReverseOps<TIn, TMat> ops,
FlowShape<TOut1, TOut2> flow
)
where TIn : TOut2
[<ExtensionAttribute>]
static member Via :
ops : GraphDslReverseOps<'TIn, 'TMat> *
flow : FlowShape<'TOut1, 'TOut2> -> GraphDslReverseOps<'TOut1, 'TMat> when 'TIn : 'TOut2
Parameters
- ops
- Type: Akka.Streams.DslGraphDslReverseOpsTIn, TMat
TBD - flow
- Type: Akka.StreamsFlowShapeTOut1, TOut2
TBD
Type Parameters
- TIn
- TBD
- TOut1
- TBD
- TOut2
- TBD
- TMat
- TBD
Return Value
Type:
GraphDslReverseOpsTOut1,
TMatTBD
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