开发者

How to notify C# code from Azure database

I am creating a WCF service (CALLER) for Azure. The service(CALLER) calls async methods of another third party service(EXTN). The third party servic开发者_Python百科e calls the callback methods of another WCF service (LISTNER) hosted by me on Azure. CALLER enter the service details in the databsae with status = PENDING.

In the callback service (LISTENER) I am updating the status of the request as COMPLETED/FAILED in the database.

I want to notify my C# code after the value is database changed by LISTENER.

Is it possible????


how about trying this with Reactive Extensions for .NET (Rx) MS DevLabs

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜