TreeStreamTKey, TValueReadAsync Method

Advances the stream to the next value. If before the beginning of the stream, advances to the first value

Definition

Namespace: SnapDB.Snap
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public ValueTask<bool> ReadAsync(
	TKey key,
	TValue value
)

Parameters

key  TKey

[Missing <param name="key"/> documentation for "M:SnapDB.Snap.TreeStream`2.ReadAsync(`0,`1)"]

value  TValue

[Missing <param name="value"/> documentation for "M:SnapDB.Snap.TreeStream`2.ReadAsync(`0,`1)"]

Return Value

ValueTaskBoolean
True if the advance was successful. False if the end of the stream was reached.

See Also