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