The TimelineBase type exposes the following members.

Constructors

  NameDescription
Protected methodTimelineBase
The base class of Timelines. Needed for untyped collections of timelines.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyCacheSize
The number of entries to cache on the server.
Public propertyDeliveryMode
Gets or sets the delivery mode of the timeline.
Public propertyID
Gets the unique ID of the timeline.
Public propertyIgnoreCachedEvents
Whether or not to ignore events about cached entries. False by default.
Public propertyIsConnected
Indicates whether or not the timeline is connected to the network.
Public propertyLastSendTime
Time of the last message sent for this timeline
Public propertyManager
Gets the manager of the timeline.
Public propertyMaxEntries
Sets or gets the maximum allowed number of entries.
Public propertyNow
Gets the current time as dictated by the manager. See Now.
Public propertyNumEntries
Gets the current number of entries in the timeline.
Public propertyTimestampMode
Gets or sets the timestamp mode of the timeline.

See Also