CepWindowExtensionMethods Class

 

Provides extension methods for built-in aggregates.

Namespace:   Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.Linq.CepWindowExtensionMethods

Syntax

public static class CepWindowExtensionMethods
[ExtensionAttribute]
public ref class CepWindowExtensionMethods abstract sealed 
[<AbstractClass>]
[<Sealed>]
type CepWindowExtensionMethods = class end
<ExtensionAttribute>
Public NotInheritable Class CepWindowExtensionMethods

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Byte>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Decimal>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Double>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Int16>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Int32>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Int64>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Byte>>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Decimal>>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Double>>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Int16>>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Int32>>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Int64>>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<SByte>>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Single>>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<UInt16>>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<UInt32>>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<UInt64>>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, SByte>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Single>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, UInt16>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, UInt32>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, UInt64>>)

Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Count<TPayload>(CepWindow<TPayload>)

Computes the count of events in the window.

System_CAPS_pubmethodSystem_CAPS_static Max<TPayload, TMaxValue>(CepWindow<TPayload>, Expression<Func<TPayload, TMaxValue>>)

Computes the maximum of the values specified by the input parameter over a window of events.

System_CAPS_pubmethodSystem_CAPS_static Min<TPayload, TMinValue>(CepWindow<TPayload>, Expression<Func<TPayload, TMinValue>>)

Computes the minimum of the values specified by the input parameter over a window of events.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Byte>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Decimal>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Double>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Int16>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Int32>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Int64>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Byte>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Decimal>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Double>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Int16>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Int32>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Int64>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<SByte>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Single>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<UInt16>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<UInt32>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<UInt64>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, SByte>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Single>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, UInt16>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, UInt32>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, UInt64>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static UserDefinedAggregate<TPayload, TUda, TAggregateOutput>(CepWindow<TPayload>, Object)

Calls a user-defined aggregate (UDA) in which the UDA does not take an additional expression to map the input event to the input that the UDA expects.

System_CAPS_pubmethodSystem_CAPS_static UserDefinedAggregateWithMapping<TPayload, TUda, TAggregateInput, TAggregateOutput>(CepWindow<TPayload>, Expression<Func<TPayload, TAggregateInput>>, Object)

Calls a user-defined aggregate.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ComplexEventProcessing.Linq Namespace

Return to top