FdbValueDecoder<TState, TResult>
Namespace: FoundationDB.Client · delegate
Implements: MulticastDelegate, ICloneable, ISerializable
Delegate that will decode a value read from the database
Constructors
FdbValueDecoder<TState, TResult>
FdbValueDecoder<TState, TResult>(object object, IntPtr method)
Methods
BeginInvoke
IAsyncResult BeginInvoke(TState state, ReadOnlySpan<byte> bytes, bool found, AsyncCallback callback, object object)
EndInvoke
TResult EndInvoke(IAsyncResult result)
Invoke
TResult Invoke(TState state, ReadOnlySpan<byte> bytes, bool found)