Class FanInShape<TOut>.InitName
TBD
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
[Serializable]
public sealed class InitName : FanInShape<TOut>.IInit
Constructors
| Improve this Doc View SourceInitName(String)
TBD
Declaration
public InitName(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentException | TBD |
Properties
| Improve this Doc 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> |