Share via


IBinaryAggregate<TLeft,TRight,TState,TResult>.DeaccumulateRight Method

Definition

Provides an expression that describes how to take the aggregate state and a retracted data object from the right input and compute a new aggregate state.

public System.Linq.Expressions.Expression<Func<TState,long,TRight,TState>> DeaccumulateRight ();
abstract member DeaccumulateRight : unit -> System.Linq.Expressions.Expression<Func<'State, int64, 'Right, 'State>>
Public Function DeaccumulateRight () As Expression(Of Func(Of TState, Long, TRight, TState))

Returns

Expression<Func<TState,Int64,TRight,TState>>

An expression that describes how to take the aggregate state and a retracted data object from the right input and compute a new aggregate state.

Applies to