Hi,
I'm using a subscription in my ad-hoc data source.
My base dataset is built using the initial events (Origin = CacheOrInitial).
I want to avoid pushing the data to the UI, before all initial events have been received.
Is there a way to know that all initial events have been received?
Ive Herreman [SLC] [DevOps Enabler] Selected answer as best 3 hours ago
Hi Ive,
To know if all initial events are received, you could use TrackAddSubscription. This method returns ITrackedSubscriptionUpdate, which can notify you after all initial events have been received: OnAfterInitialEvents(Action).
Ive Herreman [SLC] [DevOps Enabler] Selected answer as best 3 hours ago