Click or drag to resize

AdapterBaseTNotifyBackfill Method

Notify backfill of historical data has completed. This should be called even there are no data.

Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
protected void NotifyBackfill(
	Instrument instrument,
	BackfillEventArgs args
)

Parameters

instrument  Instrument
Instrument
args  BackfillEventArgs
BackfillEventArgs
See Also