IntervalEvent<TPayload> Class
Defines methods and properties that allow adapters and user-defined operators to create and access interval events
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.EventInstance
Microsoft.ComplexEventProcessing.TypedEvent<TPayload>
Microsoft.ComplexEventProcessing.IntervalEvent<TPayload>
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public sealed class IntervalEvent<TPayload> : TypedEvent<TPayload>
Type Parameters
- TPayload
Payload of the interval event.
The IntervalEvent<TPayload> type exposes the following members.
Properties
Name | Description | |
---|---|---|
EndTime | Gets or sets the end time of the event. | |
EventKind | Gets the kind of the event. (Inherited from TypedEvent<TPayload>.) | |
Payload | Gets or sets the payload of the event. (Inherited from TypedEvent<TPayload>.) | |
StartTime | Gets or sets the start time of the event. |
Top
Methods
Name | Description | |
---|---|---|
CreateCti | Creates a CTI in a stream of interval events. | |
CreateInsert | Creates an interval event with the specified payload. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
An interval event represents an event payload that is valid from a start time to an end time. For more information on interval events, see StreamInsight Server Concepts.
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.