locked
multiple notification channels per device RRS feed

  • Question

  • I have a situation where I need to timeout if my cloud service doesn't complete the subscription request on time. in case of client timeout, there's no clear way to abort service operation. I wish to close the notification channel on the client so user doesn't receive notifications when client timed out that request.

    is it possible/recommended to create multiple notification channels to receive toast notifications for the same app? this way, I can create one channel per service request and if that request times out I can close the channel and ensure user doesn't see any unexpected notifications.

    Friday, April 26, 2013 2:01 PM

All replies