C
C#2mo ago
Mrczarny

Finding element in a channel

Hello, I'm trying to implement a queue service for one particular type of long running task. It's added to queue by one service that also passes parameters to the task. Before adding a new task I would like to make sure that there isn't a already one with the same parameters. This is my first time working with queued services and I a bit confused if I'm even using it correctly.
4 Replies
canton7
canton72mo ago
$details
MODiX
MODiX2mo ago
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, what you expect the result to be, what .NET version you are using and what platform/environment (if any) are relevant to your question. Upload code here https://paste.mod.gg/, save, and copy the link into chat for others to see your shared code! (see $code for more information on how to paste your code)
canton7
canton72mo ago
"Queue" can mean many many things
Mrczarny
MrczarnyOP2mo ago
Create a Queue Service - .NET
Learn how to create a queue service subclass of BackgroundService in .NET.

Did you find this page helpful?