FrameQueueHead Property

Returns the next TrackingFrame in the FrameQueue, if any.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.178 -- Release Build+52bde36e42c7b2f52d1e2cc6bb29e593f446f07c
public TrackingFrame? Head { get; }

Property Value

TrackingFrame

Remarks

This property is tracked separately from the internal frame collection, as a result this property may be called at any time without a locking penalty.

See Also