简体   繁体   English

服务器端冲突解决,Azure移动服务(.NET后端)

[英]Server side conflict resolving, Azure Mobile Services (.NET backend)

I want to know if there is a way to detect and resolve conflicts from .NET backend server project of Azure mobile services. 我想知道是否有办法从Azure移动服务的.NET后端服务器项目中检测和解决冲突。 I know how to do it from the client side, but the first approach will solve some of my problems. 我知道如何从客户端做到这一点,但第一种方法将解决我的一些问题。 Thank you! 谢谢!

Yes, server side conflict resolution is possible. 是的,服务器端冲突解决是可能的。 This test backend has a very simple client vs server example here: https://github.com/Azure/azure-mobile-services-test/blob/master/Runtime/DotNetE2EServerApp/Controllers/Table/RoundTripTableController.cs#L44 这个测试后端在这里有一个非常简单的客户端与服务器示例: https//github.com/Azure/azure-mobile-services-test/blob/master/Runtime/DotNetE2EServerApp/Controllers/Table/RoundTripTableController.cs#L44

I'd need to look around for a more detailed guide, but hopefully the above is enough to get you started. 我需要四处寻找更详细的指南,但希望上述内容足以让您入门。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM