Click or drag to resize
Akka.NETGraphInterpreterShellInit Method
TBD

Namespace:  Akka.Streams.Implementation.Fusing
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public int Init(
	IActorRef self,
	SubFusingActorMaterializerImpl subMat,
	Action<Object> enqueueToShourtCircuit,
	int eventLimit
)

Parameters

self
Type: Akka.ActorIActorRef
TBD
subMat
Type: Akka.Streams.ImplementationSubFusingActorMaterializerImpl
TBD
enqueueToShourtCircuit
Type: SystemActionObject
TBD
eventLimit
Type: SystemInt32
TBD

Return Value

Type: Int32
TBD
See Also