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