Is it possible to get a list of existing queues? I want to use them further in c #
1 answer
HTTP API is mentioned here - I tried it on my machine, it works. Read JSON, parse with Json.Net.
|
HTTP API is mentioned here - I tried it on my machine, it works. Read JSON, parse with Json.Net.
Source: https://ru.stackoverflow.com/questions/859073/
All Articles