<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Push Notifications</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : Push Notifications</description>
  <pubDate>Sun, 12 Apr 2026 02:11:20 -700</pubDate>
  <lastBuildDate>Wed, 17 Mar 2010 13:07:21 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1687</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Push Notifications : Hi Mike,  You can pass client-specific...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1687&amp;PID=6379#6379</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 1687<br /><strong>Posted:</strong> 17-Mar-2010 at 1:07pm<br /><br />Hi Mike,<DIV>&nbsp;</DIV><DIV>You can pass client-specific arguments (in the last parameter clientArgs shown below)&nbsp;when registering the callback:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public void RegisterCallback(ServerNotifyDelegate serverDelegate, ClientNotifyDelegate clientDelegate,</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Object userToken,&nbsp;params Object&#091;&#093; clientArgs)</DIV><DIV>&nbsp;</DIV><DIV>These clientArgs&nbsp;are stored with&nbsp;the NotificationSubscriber, which is available to the service.&nbsp; So for that sample, you could do something like this to&nbsp;get the arguments for each subscriber:</DIV><DIV><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; foreach (var subscriber in __notificationManager.GetSubscribers(__serviceKey)) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var args = subscriber.ClientArguments;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR></DIV><DIV>Hope this helps!</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 17 Mar 2010 13:07:21 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1687&amp;PID=6379#6379</guid>
  </item> 
  <item>
   <title>Push Notifications : I am testing Push Notifications...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1687&amp;PID=6361#6361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=429" rel="nofollow">mbevins1</a><br /><strong>Subject:</strong> 1687<br /><strong>Posted:</strong> 15-Mar-2010 at 10:52am<br /><br />I am testing Push Notifications using your 300WNF_ServerPushNotification example and have a question.&nbsp; In this example, how can I pass unique arguments to the order watcher?&nbsp; Mainly, what I need to due is create unique services for each operation, so if someone from operation 1 is logged in and subscribes to the NewOrderService, the CheckForNewOrders only looks for operation 1 orders, then if someone from operation 2 is logged in also, they only get operation 2 orders.<DIV>&nbsp;</DIV><DIV>What I thought about doing, is creating a unique service key for each operation and then passing it to the neworderservice so it knows which orders to look for but I haven't been able to figure out how to pass a unique key to it.</DIV>]]>
   </description>
   <pubDate>Mon, 15 Mar 2010 10:52:53 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1687&amp;PID=6361#6361</guid>
  </item> 
 </channel>
</rss>