PointEvent<TPayload> 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.TypedEvent<TPayload>
      Microsoft.ComplexEventProcessing.PointEvent<TPayload>

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

Syntax

public sealed class PointEvent<TPayload> : TypedEvent<TPayload>

Type Parameters

  • TPayload
    Payload of the point event.

The PointEvent<TPayload> type exposes the following members.

Properties

  Name Description
Public property EventKind Gets the kind of the event. (Inherited from TypedEvent<TPayload>.)
Public property Payload Gets or sets the payload of the event. (Inherited from TypedEvent<TPayload>.)
Public property StartTime Gets or sets the time of the event.

Top

Methods

  Name Description
Public methodStatic member CreateCti Creates a CTI in a stream of point events.
Public methodStatic member CreateInsert Creates a point event with the specified payload.
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

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.

See Also

Reference

Microsoft.ComplexEventProcessing Namespace