October 2014
Intermediate to advanced
430 pages
9h 3m
English
We can update the order processor worker role to call the Notification/PostOrderUpdate action when an order status changes. We'll do this in the following short procedure:
Install-Package WindowsAzure.MobileServices
mobileServiceUrl string setting to the role's settings with the URL of our local service for local and the publish service for the cloud.mobileServiceKey string setting to the role's settings with the master key of our local service for local and the published service for the cloud.MobileServiceClient variable, which is instantiated in the constructor with cloud configurations settings ...Read now
Unlock full access