Click or drag to resize
Akka.NETGraphInterpreterExecute Method
Executes pending events until the given limit is met. If there were remaining events, IsSuspended will return true.

Namespace:  Akka.Streams.Implementation.Fusing
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public int Execute(
	int eventLimit
)

Parameters

eventLimit
Type: SystemInt32
TBD

Return Value

Type: Int32
TBD
See Also