IaonSessionUnpublishedSamples Event
Event is raised every five seconds allowing consumer to track current number of unpublished seconds of data in the queue.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public event EventHandler<EventArgs<int>> UnpublishedSamples
Public Event UnpublishedSamples As EventHandler(Of EventArgs(Of Integer))
public:
event EventHandler<EventArgs<int>^>^ UnpublishedSamples {
void add (EventHandler<EventArgs<int>^>^ value);
void remove (EventHandler<EventArgs<int>^>^ value);
}
function add_UnpublishedSamples(value);
function remove_UnpublishedSamples(value);
Value
EventHandlerEventArgsInt32 Argument is the total number of unpublished seconds of data.