PageAggregator<TAggregate, TResult>

Namespace: FoundationDB.Client · delegate

Implements: MulticastDelegate, ICloneable, ISerializable

Constructors

PageAggregator<TAggregate, TResult>

PageAggregator<TAggregate, TResult>(object object, IntPtr method)

Methods

BeginInvoke

IAsyncResult BeginInvoke(TAggregate aggregate, ReadOnlySpan<TResult> page, AsyncCallback callback, object object)

EndInvoke

void EndInvoke(IAsyncResult result)

Invoke

void Invoke(TAggregate aggregate, ReadOnlySpan<TResult> page)