Click or drag to resize
Akka.NETResizableMultiReaderRingBufferTWrite Method
Tries to write the given value into the buffer thereby potentially growing the backing array. Returns true if the write was successful and false if the buffer is full and cannot grow anymore.

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool Write(
	T value
)

Parameters

value
Type: T
TBD

Return Value

Type: Boolean
TBD
See Also