PageFunc<TResult, TOther>

Namespace: FoundationDB.Client · delegate

Implements: MulticastDelegate, ICloneable, ISerializable

Constructors

PageFunc<TResult, TOther>

PageFunc<TResult, TOther>(object object, IntPtr method)

Methods

BeginInvoke

IAsyncResult BeginInvoke(ReadOnlySpan<TResult> page, Span<TOther> output, AsyncCallback callback, object object)

EndInvoke

void EndInvoke(IAsyncResult result)

Invoke

void Invoke(ReadOnlySpan<TResult> page, Span<TOther> output)