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