The TimelineBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TimelineBase |
The base class of Timelines. Needed for untyped collections of timelines.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | CacheSize |
The number of entries to cache on the server.
|
![]() | DeliveryMode |
Gets or sets the delivery mode of the timeline.
|
![]() | ID |
Gets the unique ID of the timeline.
|
![]() | IgnoreCachedEvents |
Whether or not to ignore events about cached entries. False by default.
|
![]() | IsConnected |
Indicates whether or not the timeline is connected to the network.
|
![]() | LastSendTime |
Time of the last message sent for this timeline
|
![]() | Manager |
Gets the manager of the timeline.
|
![]() | MaxEntries |
Sets or gets the maximum allowed number of entries.
|
![]() | Now |
Gets the current time as dictated by the manager. See Now.
|
![]() | NumEntries |
Gets the current number of entries in the timeline.
|
![]() | TimestampMode |
Gets or sets the timestamp mode of the timeline.
|