Click or drag to resize
Akka.NETInputBunchDequeue Method
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Object Dequeue(
	int id
)

Parameters

id
Type: SystemInt32
TBD

Return Value

Type: Object
TBD
Exceptions
ExceptionCondition
ArgumentExceptionTBD This exception is thrown when either dequeuing from an empty id or there are no pending inputs.
See Also