CepTimeSensitiveModule<TInput, TOutput> Class
The base class for a user-defined non-incremental, time-sensitive operator or aggregate.
Namespace: Microsoft.ComplexEventProcessing.Extensibility
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
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>
Syntax
public abstract class CepTimeSensitiveModule<TInput, TOutput> : CepModule<TInput, TOutput>
generic<typename TInput, typename TOutput>
public ref class CepTimeSensitiveModule abstract : CepModule<TInput, TOutput>
[<AbstractClass>]
type CepTimeSensitiveModule<'TInput, 'TOutput> =
class
inherit CepModule<'TInput, 'TOutput>
end
Public MustInherit Class CepTimeSensitiveModule(Of TInput, TOutput)
Inherits CepModule(Of TInput, TOutput)
Type Parameters
- TInput
Payload type of the input events.
- TOutput
Type of the result.
Constructors
Name | Description | |
---|---|---|
CepTimeSensitiveModule<TInput, TOutput>() | Initializes a new instance of the CepTimeSensitiveModule<TInput, TOutput> class. |
Properties
Name | Description | |
---|---|---|
InputEventType | Gets theevent type that is input to the CEP operator or aggregate.(Inherited from CepModule<TInput, TOutput>.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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.Extensibility Namespace
Return to top