TimelinePolicy Class

Definition

Specifies how to assign a monotonically increasing temporal component to intrinsically atemporal data.

[System.Runtime.Serialization.DataContract]
public class TimelinePolicy
type TimelinePolicy = class
Public Class TimelinePolicy
Inheritance
TimelinePolicy
Attributes

Constructors

TimelinePolicy()

Empty constructor for serialization purposes.

Methods

Sequence(Int32)

Create a new Timeline Policy based on assigning temporal values to events based on a monotonically increasing counter.

WallClock(TimeSpan)

Create a new Timeline Policy based on assigning temporal values to events based on the time in the system clock.

Applies to