CepTimeSensitiveModule<TInput, TOutput> Class

The base class for a user-defined non-incremental, time-sensitive operator or aggregate.

Inheritance Hierarchy

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

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

Syntax

public abstract class CepTimeSensitiveModule<TInput, TOutput> : CepModule<TInput, TOutput>

Type Parameters

  • TInput
    Payload type of the input events.
  • TOutput
    Type of the result.

The CepTimeSensitiveModule<TInput, TOutput> type exposes the following members.

Constructors

  Name Description
Protected method CepTimeSensitiveModule<TInput, TOutput> Initializes a new instance of the CepTimeSensitiveModule<TInput, TOutput> class.

Top

Properties

  Name Description
Public property InputEventType Gets theevent type that is input to the CEP operator or aggregate. (Inherited from CepModule<TInput, TOutput>.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.ComplexEventProcessing.Extensibility Namespace