CepTimeSensitiveAggregate<TInput, TOutput> 类

用户定义的、非递增的、与时间有关的聚合的基类。

继承层次结构

System.Object
  Microsoft.ComplexEventProcessing.Extensibility.CepModule<TInput, TOutput>
    Microsoft.ComplexEventProcessing.Extensibility.CepTimeSensitiveModule<TInput, TOutput>
      Microsoft.ComplexEventProcessing.Extensibility.CepTimeSensitiveAggregate<TInput, TOutput>

命名空间:  Microsoft.ComplexEventProcessing.Extensibility
程序集:  Microsoft.ComplexEventProcessing(在 Microsoft.ComplexEventProcessing.dll 中)

语法

声明
Public MustInherit Class CepTimeSensitiveAggregate(Of TInput, TOutput) _
    Inherits CepTimeSensitiveModule(Of TInput, TOutput)
用法
Dim instance As CepTimeSensitiveAggregate(Of TInput, TOutput)
public abstract class CepTimeSensitiveAggregate<TInput, TOutput> : CepTimeSensitiveModule<TInput, TOutput>
generic<typename TInput, typename TOutput>
public ref class CepTimeSensitiveAggregate abstract : public CepTimeSensitiveModule<TInput, TOutput>
[<AbstractClassAttribute>]
type CepTimeSensitiveAggregate<'TInput, 'TOutput> =  
    class 
        inherit CepTimeSensitiveModule<'TInput, 'TOutput>
    end
JScript 不支持一般类型和方法。

类型参数

  • TInput
    输入事件的负载类型。
  • TOutput
    标量聚合结果的类型。

CepTimeSensitiveAggregate<TInput, TOutput> 类型公开以下成员。

构造函数

  名称 说明
受保护方法 CepTimeSensitiveAggregate<TInput, TOutput> 初始化 CepTimeSensitiveAggregate<TInput, TOutput> 类的新实例。

页首

属性

  名称 说明
公共属性 InputEventType 获取作为 CEP 运算符或聚合的输入的事件类型。 (从 CepModule<TInput, TOutput> 继承。)

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GenerateOutput 生成单个标量值,作为对输入事件的集合进行聚合计算的结果。
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.ComplexEventProcessing.Extensibility 命名空间