Class FanOutShape<TIn>.InitName
TBD
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
[Serializable]
public sealed class InitName : FanOutShape<TIn>.IInit
Constructors
| Improve this Doc View SourceInitName(String)
TBD
Declaration
public InitName(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | TBD |
Properties
| Improve this Doc View SourceInlet
TBD
Declaration
public Inlet<TIn> Inlet { get; }
Property Value
Type | Description |
---|---|
Inlet<TIn> |
Name
TBD
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
Outlets
TBD
Declaration
public IEnumerable<Outlet> Outlets { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Outlet> |