📜  乐观更新 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:42.189000             🧑  作者: Mango

代码示例1
In an optimistic update the UI behaves as though a change was successfully completed before receiving confirmation from the server that it actually was - it is being optimistic that it will eventually get the confirmation rather than an error. This allows for a more responsive user experience.