ConcentratorBaseCreateNewFrame Method
Creates a new
IFrame for the given
timestamp.
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.150 -- Release Build+b0ded34473a5ec0794290d60061683cd4a0402e5
protected virtual IFrame CreateNewFrame(
Ticks timestamp
)
Protected Overridable Function CreateNewFrame (
timestamp As Ticks
) As IFrame
protected:
virtual IFrame^ CreateNewFrame(
Ticks timestamp
)
function CreateNewFrame(timestamp);
- timestamp Ticks
- Timestamp for new IFrame in Ticks.
IFrameNew
IFrame at given
timestamp.
Derived classes can override this method to create a new custom
IFrame. Default
behavior creates a basic
Frame to hold synchronized measurements.