Class FanInShape<TOut>.InitName
TBD
Implements
FanInShape<TOut>.IInit
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
[Serializable]
public sealed class FanInShape<TOut>.InitName : FanInShape<TOut>.IInit
Constructors
| Edit this page View SourceInitName(string)
TBD
Declaration
public InitName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | TBD |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | TBD |
Properties
| Edit this page View SourceInlets
TBD
Declaration
public IEnumerable<Inlet> Inlets { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<Inlet> |
Name
TBD
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Outlet
TBD
Declaration
public Outlet<TOut> Outlet { get; }
Property Value
| Type | Description |
|---|---|
| Outlet<TOut> |
Edit this page