CepTimeSensitiveOperator<TInput, TOutput> Class
The base class for a user-defined non-incremental, time-sensitive operator.
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.Extensibility.CepModule<TInput, TOutput>
Microsoft.ComplexEventProcessing.Extensibility.CepTimeSensitiveModule<TInput, TOutput>
Microsoft.ComplexEventProcessing.Extensibility.CepTimeSensitiveOperator<TInput, TOutput>
Namespace: Microsoft.ComplexEventProcessing.Extensibility
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public abstract class CepTimeSensitiveOperator<TInput, TOutput> : CepTimeSensitiveModule<TInput, TOutput>
Type Parameters
- TInput
Payload type of the input events.
- TOutput
Payload type of the output events.
The CepTimeSensitiveOperator<TInput, TOutput> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CepTimeSensitiveOperator<TInput, TOutput> | Initializes a new instance of the CepTimeSensitiveOperator<TInput, TOutput> class. |
Top
Properties
Name | Description | |
---|---|---|
InputEventType | Gets theevent type that is input to the CEP operator or aggregate. (Inherited from CepModule<TInput, TOutput>.) |
Top
Methods
Name | Description | |
---|---|---|
CreateIntervalEvent | Creates an event to be contained in the returned result of the user-defined operator. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateOutput | Generates a collection of output events as a result of the operator computation over a collection of input event payloads. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.