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
$details
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)
"Queue" can mean many many things
Im following this docx https://learn.microsoft.com/en-us/dotnet/core/extensions/queue-service
Create a Queue Service - .NET
Learn how to create a queue service subclass of BackgroundService in .NET.