How to update an existing jobRouting worker using .NET

Soundhar M 50 Reputation points
2024-08-17T06:07:13.4366667+00:00

How to update an existing jobRouting worker using .NET While I working on this code I have use new Routerworker in I have an issue. the issue is "Severity Code Description Project File Line Suppression State

Error CS1739 The best overload for 'RouterWorker' does not have a parameter named 'Id' ChatApp D:\MainBranch\azurecommunication-service\ChatApp\DAL\RealTimeAgentStatusUpdate.cs 123 Active

"
how to I update the worker

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
845 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 25,781 Reputation points Microsoft Employee
    2024-08-30T10:15:15.2533333+00:00

    Soundhar M, Following up on this, generally you would use an existing RouterWorker (either by GetWorkerAsync or CreateWorkerAsync), update a field, then call UpdateWorkerAsync.

    Sample of updating worker: Worker Deregistration

    Kindly let us know, I'll be more than happy to follow-up with you further.


    If the answer helped (pointed, you in the right direction) > please click Accept Answer to benefit the community find answers quickly to similar question_._

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.