Table of Contents

Method AccumulatorFactory

Namespace
Scaleout.Client.MethodInvocation
Assembly
Scaleout.Client.dll

AccumulatorFactory()

Abstract. The method that initializes the a thread-local instance of an accumulated result.

public abstract TResult AccumulatorFactory()

Returns

TResult

An initialized instance of the result.

Remarks

The AccumulatorFactory method is invoked once for each thread that participates in the invoke handler's execution and must return the initial local state for each of those threads.