Table of Contents

Method AccumulatorFactory

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

AccumulatorFactory(TParam)

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

public abstract TResult AccumulatorFactory(TParam param)

Parameters

param TParam

Parameter object that was supplied by the client for the invoke operation.

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.