Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Streams.Implementation
FanIn(T).SubInput Structure
FanIn(T).SubInput Constructor
SubInput Methods
FanIn
<
T
>
.
SubInput Constructor
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
SubInput
(
IActorRef
impl
,
int
id
)
new
:
impl
:
IActorRef
*
id
:
int
->
SubInput
Parameters
impl
Type:
Akka.Actor
.
IActorRef
TBD
id
Type:
System
.
Int32
TBD
See Also
Reference
FanIn
<
T
>
.
SubInput Structure
Akka.Streams.Implementation Namespace
Akka.NET Home
|
Learn Akka.NET