Hi
I have created one message queue
String path = @"FormatName:DIRECT=OS:{0}\Private$\Site";
            queue.Path = path;
i write my data i.e.
 if (queue.CanWrite)
            {
                queue.Formatter = new BinaryMessageFormatter();
                queue.Send(objentity.Name,"OK");

                queue.Close();

            }
But how to read my above data from queue.


-- 
Thanks & Regards

Dnyaneshwar Bhamare
Mob:9420495604

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web 
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://cm.megasolutions.net/forums/default.aspx
-~----------~----~----~----~------~----~------~--~---

Reply via email to