Click or drag to resize
Akka.NETJsonObjectParserPoll Method
Attempt to locate next complete JSON object in buffered ByteString and returns it if found. May throw a FramingFramingException if the contained JSON is invalid or max object size is exceeded.

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Option<ByteString> Poll()

Return Value

Type: OptionByteString
TBD
Exceptions
See Also