Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. WCF and WF
  4. WCF Duplex Messaging Help

WCF Duplex Messaging Help

Scheduled Pinned Locked Moved WCF and WF
csharpwcfhelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Saiyed Alam
    wrote on last edited by
    #1

    Hello friends I need to broadcast message using WCF service(duplex) and work on that message by listening from clients and also lock that message so that no other client can work on that message or can ask for that to the service. It should be kind of WCF duplex messaging. Can any one tell me how can I do this or any sample of this kind of work or any kind of help would be appreciated. Thanking in Advance Johnny

    S 1 Reply Last reply
    0
    • S Saiyed Alam

      Hello friends I need to broadcast message using WCF service(duplex) and work on that message by listening from clients and also lock that message so that no other client can work on that message or can ask for that to the service. It should be kind of WCF duplex messaging. Can any one tell me how can I do this or any sample of this kind of work or any kind of help would be appreciated. Thanking in Advance Johnny

      S Offline
      S Offline
      Super Lloyd
      wrote on last edited by
      #2

      Just an idea... Perhaps you can broadcast you event with a UDP WCF server or something (just an idea, no clue how feasible it is), here is some WCF UDP explanation: http://msdn.microsoft.com/en-us/magazine/cc163648.aspx[^] Once someone got this event it can call a WCF service to says it handle it! And the WCF service will returns yes or no according to whether it already has a handler. Of course this method should implement some lock mechanism with Mutex

      A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups