InflightUpdateNotifier
InflightUpdateNotifier
Methods
Subscribe
InflightUpdateSubscription Subscribe(uint updateID, IConfirmedProperty property)
Subscribe a property to an update ID ack.
Unsubscribe
void Unsubscribe(uint updateID, IConfirmedProperty property)
Unsubscribe a property from receiving acks.
AckUpdateID
void AckUpdateID(uint updateID, StreamContext& context)
Invoke all of the callbacks for a specific update ID. The callbacks will be removed after they invoked.