Skip to main content
Version: Normcore 2

InflightUpdateNotifier

InflightUpdateNotifier

An event notifier that lets the datastore notify properties when a reliable update is acked by the server.

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.