| KillSwitchesSingleBidiTIn1, TOut1 Method |
Creates a new
IGraphTShape of
BidiShapeTIn1, TOut1, TIn2, TOut2 that materializes to an external switch that allows external completion
of that unique materialization. Different materializations result in different, independent switches.
For a Flow version see
SingleT
Namespace:
Akka.Streams
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static IGraph<BidiShape<TIn1, TIn1, TOut1, TOut1>, UniqueKillSwitch> SingleBidi<TIn1, TOut1>()
static member SingleBidi : unit -> IGraph<BidiShape<'TIn1, 'TIn1, 'TOut1, 'TOut1>, UniqueKillSwitch>
Type Parameters
- TIn1
- TBD
- TOut1
- TBD
Return Value
Type:
IGraphBidiShapeTIn1,
TIn1,
TOut1,
TOut1,
UniqueKillSwitchTBD
See Also