PointEvent Class
Defines methods and properties that allow adapters and user-defined operators to create and access point events.
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.EventInstance
Microsoft.ComplexEventProcessing.UntypedEvent
Microsoft.ComplexEventProcessing.PointEvent
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public sealed class PointEvent : UntypedEvent
The PointEvent type exposes the following members.
Properties
Name | Description | |
---|---|---|
EventKind | Gets the kind of the event. (Inherited from UntypedEvent.) | |
StartTime | Gets or sets the time of the point event. |
Top
Methods
Name | Description | |
---|---|---|
CreateCti<TPayload> | Creates a CTI in a stream of point events. | |
CreateInsert<TPayload> | Creates a point event with the specified payload. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetField<T>(Int32) | Gets a field value by its ordinal. (Inherited from UntypedEvent.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetField(Int32, Object) | Sets the value of the specified field, regardless of its type. (Inherited from UntypedEvent.) | |
SetField<T>(Int32, T) | Sets the field value specified by its ordinal. (Inherited from UntypedEvent.) | |
ToString | (Inherited from Object.) |
Top
Remarks
A point event represents an event payload that is valid for a distinct point in time. For more information about point 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.