TreeStreamTKey, TValueSetEos Method
Sets the end-of-stream (EOS) flag, indicating whether the stream has reached its end.
Namespace: SnapDB.SnapAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected void SetEos(
bool value
)
Protected Sub SetEos (
value As Boolean
)
protected:
void SetEos(
bool value
)
Parameters
- value Boolean
- The value to set for the EOS flag.
| ObjectDisposedException |
Thrown if value is false and this class
has already been disposed.
|