Interface FanInShape<TOut>.IInit
TBD
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public interface FanInShape<TOut>.IInit
Properties
| Edit this page View SourceInlets
TBD
Declaration
IEnumerable<Inlet> Inlets { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<Inlet> |
Name
TBD
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Outlet
TBD
Declaration
Outlet<TOut> Outlet { get; }
Property Value
| Type | Description |
|---|---|
| Outlet<TOut> |
Edit this page