FdbRangeDecoder<TState, TResult>

Namespace: FoundationDB.Client · delegate

Implements: MulticastDelegate, ICloneable, ISerializable

Delegate that will decode a key or value read from the database

Constructors

FdbRangeDecoder<TState, TResult>

FdbRangeDecoder<TState, TResult>(object object, IntPtr method)

Methods

BeginInvoke

IAsyncResult BeginInvoke(TState state, ReadOnlySpan<byte> bytes, AsyncCallback callback, object object)

EndInvoke

TResult EndInvoke(IAsyncResult result)

Invoke

TResult Invoke(TState state, ReadOnlySpan<byte> bytes)