.net - How to notify C# code from Azure database -
I am creating a WCF service (collar) for the Azure service (collar) of another third party service (ANTN) Calls async methods. Third party service calls callback methods of other WCF service (LISTNER) I hosted on Azure, enter service details in the database with caller status = pending.
In the callback service (LISTENER), I am updating the status of the request as a complete / removal in the database.
After LISTENER changed the value database, I want to inform my C # code
Is it possible ???
How is it trying with reactive extensions for .NET (Rx)
Comments
Post a Comment