Buffer<T>.Aggregator<T, TAggregate>

Namespace: SnowBank.Buffers · delegate

Implements: MulticastDelegate, ICloneable, ISerializable

Constructors

Aggregator<T, TAggregate>

Aggregator<T, TAggregate>(object object, IntPtr method)

Methods

BeginInvoke

IAsyncResult BeginInvoke(ref TAggregate agg, T item, AsyncCallback callback, object object)

EndInvoke

void EndInvoke(ref TAggregate agg, IAsyncResult result)

Invoke

void Invoke(ref TAggregate agg, T item)