.NET API for SQL Server Service Broker -


is there .net api or object model using sql server service broker?

there isn't official supported api. there community samples though developed service broker team or related teams in ms can use starting point, not officially supported (you cannot call product support , report bug):


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -