TreeStreamTKey, TValueSetEos Method

Sets the end-of-stream (EOS) flag, indicating whether the stream has reached its end.

Definition

Namespace: SnapDB.Snap
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected void SetEos(
	bool value
)

Parameters

value  Boolean
The value to set for the EOS flag.

Exceptions

ObjectDisposedException Thrown if value is false and this class has already been disposed.

See Also