IConfirmedProperty
IConfirmedProperty
Events
onDidRevert
event OnDidRevertDelegate onDidRevert
Called when an anticipated change was rejected by the server, and the value has been reverted to the last value that was received from the server.
Methods
Confirm
void Confirm(uint updateID, StreamContext& context)
Confirm an update as received by the server. This is _not_ an acknowledgement that the property value was accepted, only that the update is no longer inflight. If the property value was accepted, it is sent back to the local client in the preceding read.
UnsubscribeCallback
void UnsubscribeCallback()
Reset the property to the confirmed value, clearing any inflight update.